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