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