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