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