Add automated schema management

This commit is contained in:
Tau
2019-10-14 22:49:11 -04:00
parent 151dd41e64
commit 6d91659b24
2 changed files with 135 additions and 1 deletions

View File

@@ -1,2 +1 @@
create table "meta" ("schemaver" integer not null);
insert into "meta" values (6);