Thomas Bruederli
2014-06-04 3412e50b54e3daac8745234e21ab6e72be0ed165
SQL/sqlite/2013011000.sql
@@ -1,6 +1,6 @@
-- Updates from version 0.9-beta
CREATE TABLE system (
CREATE TABLE IF NOT EXISTS system (
  name varchar(64) NOT NULL PRIMARY KEY,
  value text NOT NULL
);