This commit is contained in:
forest 2020-05-09 20:36:23 -05:00
parent 246ef00540
commit edb476ec41
2 changed files with 0 additions and 6 deletions

View File

@ -1,5 +0,0 @@
CREATE TABLE schemaversion (
version INT PRIMARY KEY NOT NULL
);
INSERT INTO schemaversion(version) VALUES (1);

View File

@ -1 +0,0 @@
UPDATE schemaversion SET version = 2;