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