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