Update migration version in database init script
parent
5d111df401
commit
7a25037cb4
|
@ -119,6 +119,6 @@ CREATE TABLE IF NOT EXISTS metadata(
|
|||
);
|
||||
|
||||
INSERT INTO metadata(property, value)
|
||||
VALUES("latest_migration", "2");
|
||||
VALUES("latest_migration", "3");
|
||||
|
||||
COMMIT;
|
Reference in New Issue