mirror of
https://github.com/duplicati/duplicati.git
synced 2026-05-06 07:16:38 -04:00
Added a cersion bump of the DB schema to prevent failed downgrades.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
/*
|
||||
This update does nothing but the user cannot really downgrade,
|
||||
because the fields that are encrypted cannot be read by the previous version.
|
||||
*/
|
||||
SELECT COUNT(*) FROM "Notification";
|
||||
|
||||
@@ -164,5 +164,5 @@ CREATE TABLE "TokenFamily" (
|
||||
"LastUpdated" INTEGER NOT NULL
|
||||
);
|
||||
|
||||
INSERT INTO "Version" ("Version") VALUES (7);
|
||||
INSERT INTO "Version" ("Version") VALUES (8);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user