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