Build the monolithic client (-DWANT_MONO=ON) by default again, as it's usable now
[quassel.git] / src / core / SQL / SQLite / 11 / setup_070_coreinfo.sql
1 CREATE TABLE coreinfo (
2        key TEXT NOT NULL PRIMARY KEY,
3        value TEXT)