minime/schema/init/meta.sql

3 lines
83 B
SQL

create table "meta" ("schemaver" integer not null);
insert into "meta" values (1);