Fix bug where it wasn't possible to create more than one response record on SQLite and Postgres (#8664)

This commit is contained in:
Aleksander Machniak
2022-08-12 19:45:40 +02:00
parent 3053a1c5e4
commit c56d7342fe
13 changed files with 16 additions and 6 deletions

View File

@@ -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');