mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-09-18 14:24:33 -04:00
Fix unicode support
This commit is contained in:
parent
e24c32e6f3
commit
779f7b0f44
22 changed files with 193 additions and 168 deletions
|
@ -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)
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue