Thomas Bruederli
2015-03-15 2c0861495b0c2b25dbd3c67f70297ab4a27ed83a
1
2
3
4
5
6
-- Updates from version 0.9-beta
 
CREATE TABLE IF NOT EXISTS system (
  name varchar(64) NOT NULL PRIMARY KEY,
  value text NOT NULL
);