Updating flatcar and app versions.
This commit is contained in:
@@ -96,3 +96,7 @@ create table migrations(
|
||||
id bigserial primary key,
|
||||
migration_id integer not null unique,
|
||||
);
|
||||
|
||||
insert into migrations(migration_id) values(0);
|
||||
insert into migrations(migration_id) values(1);
|
||||
insert into migrations(migration_id) values(2);
|
||||
|
||||
Reference in New Issue
Block a user