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