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