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