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