mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-04 07:14:02 +01:00
Make cache keys case-sensitive on MySQL/MSSQL (#6942)
This commit is contained in:
@@ -314,4 +314,4 @@ CREATE TABLE "system" (
|
||||
value text
|
||||
);
|
||||
|
||||
INSERT INTO "system" (name, value) VALUES ('roundcube-version', '2018122300');
|
||||
INSERT INTO "system" (name, value) VALUES ('roundcube-version', '2019092900');
|
||||
|
||||
Reference in New Issue
Block a user