Files
dokuwiki-plugin-sqlite/db.sql
2009-12-14 15:21:47 +01:00

4 lines
123 B
SQL

-- the default option table for storing the version
CREATE TABLE opts (opt,val);
CREATE UNIQUE INDEX idx_opt ON opts(opt);