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