Update migration version in database init script

main
sudoer777 2021-12-07 10:33:41 -07:00
parent 5d111df401
commit 7a25037cb4
1 changed files with 1 additions and 1 deletions

View File

@ -119,6 +119,6 @@ CREATE TABLE IF NOT EXISTS metadata(
);
INSERT INTO metadata(property, value)
VALUES("latest_migration", "2");
VALUES("latest_migration", "3");
COMMIT;