Merge pull request #1102 from ByteHamster/consistent-charset
Use consistent charset
This commit is contained in:
commit
94d46f43a9
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ CREATE TABLE calendars (
|
|||
id INTEGER UNSIGNED NOT NULL PRIMARY KEY AUTO_INCREMENT,
|
||||
synctoken INTEGER UNSIGNED NOT NULL DEFAULT '1',
|
||||
components VARBINARY(21)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
|
||||
|
||||
CREATE TABLE calendarinstances (
|
||||
id INTEGER UNSIGNED NOT NULL PRIMARY KEY AUTO_INCREMENT,
|
||||
|
|
Loading…
Reference in a new issue