xref: /plugin/sqlite/db.sql (revision 143ee3f6da90a06ccbd64bd0e7857601e9ce89df)
1-- the default option table for storing the version
2CREATE TABLE opts (opt,val);
3CREATE UNIQUE INDEX idx_opt ON opts(opt);
4