Fix compatibility with MySQL 8 - error on 'system' table use

This commit is contained in:
Aleksander Machniak
2018-08-25 18:26:31 +02:00
parent 728c186943
commit 72a3fb764b
3 changed files with 4 additions and 2 deletions

View File

@@ -313,4 +313,4 @@ CREATE TABLE "system" (
value text
);
INSERT INTO system (name, value) VALUES ('roundcube-version', '2018021600');
INSERT INTO "system" (name, value) VALUES ('roundcube-version', '2018021600');