Fix unicode support

This commit is contained in:
Erik Johnston 2015-04-02 10:06:22 +01:00
parent e24c32e6f3
commit 779f7b0f44
22 changed files with 193 additions and 168 deletions

View file

@ -22,7 +22,7 @@ CREATE TABLE IF NOT EXISTS schema_version(
CREATE TABLE IF NOT EXISTS applied_schema_deltas(
`version` INTEGER NOT NULL,
`file` VARCHAR(255) NOT NULL,
`file` VARCHAR(150) NOT NULL,
UNIQUE(version, file)
);