Make cache keys case-sensitive on MySQL/MSSQL (#6942)

This commit is contained in:
Aleksander Machniak
2019-09-29 13:18:46 +02:00
parent 213a7cadc2
commit 3841f63fbd
12 changed files with 39 additions and 15 deletions

View File

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