mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-09 17:46:51 +01:00
SQLite: Use foreign keys, require SQLite >= 3.6.19 (#8159)
This commit is contained in:
@@ -285,4 +285,4 @@ CREATE TABLE "system" (
|
||||
"value" long
|
||||
);
|
||||
|
||||
INSERT INTO "system" ("name", "value") VALUES ('roundcube-version', '2021081000');
|
||||
INSERT INTO "system" ("name", "value") VALUES ('roundcube-version', '2021100300');
|
||||
|
||||
Reference in New Issue
Block a user