Thomas Bruederli
2015-02-07 9a3fe2aacd6baf9a63da12fc8b9e14abc559a606
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
);