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