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