mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-03 23:04:01 +01:00
Fix bug where it wasn't possible to create more than one response record on SQLite and Postgres (#8664)
This commit is contained in:
@@ -375,4 +375,4 @@ CREATE TABLE "system" (
|
||||
value text
|
||||
);
|
||||
|
||||
INSERT INTO "system" (name, value) VALUES ('roundcube-version', '2021100300');
|
||||
INSERT INTO "system" (name, value) VALUES ('roundcube-version', '2022081200');
|
||||
|
||||
Reference in New Issue
Block a user