mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-03 06:44:03 +01:00
Fix compatibility with MySQL 8 - error on 'system' table use
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user