minime/schema/init/meta.sql
Tau 30d42bd832 Store array colums as CSV text
This is in preparation for a transition to SQLite, which sadly does
not support array-valued columns (or indeed have much of a type
system in general).
2019-11-06 17:28:30 -05:00

3 lines
83 B
SQL

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