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