mirror of
https://github.com/djhackersdev/minime.git
synced 2026-03-21 17:54:13 -05:00
3 lines
83 B
SQL
3 lines
83 B
SQL
create table "meta" ("schemaver" integer not null);
|
|
insert into "meta" values (1);
|