Update migration version in database init script

This commit is contained in:
sudoer777 2021-12-07 10:33:41 -07:00
parent 5d111df401
commit 7a25037cb4

View file

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