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