MySQL: Use utf8mb4 charset and utf8mb4_unicode_ci collation (#6535, #7113)

Fixes support for utf8 emoji in html signature.
This commit is contained in:
Aleksander Machniak
2020-02-01 17:19:04 +01:00
parent 706912e534
commit b606d81cdf
11 changed files with 38 additions and 19 deletions

View File

@@ -238,4 +238,4 @@ CREATE TABLE "system" (
"value" long
);
INSERT INTO "system" ("name", "value") VALUES ('roundcube-version', '2020020100');
INSERT INTO "system" ("name", "value") VALUES ('roundcube-version', '2020020101');