Build the monolithic client (-DWANT_MONO=ON) by default again, as it's usable now
[quassel.git] / src / core / SQL / SQLite / 8 / upgrade_999_version.sql
1 UPDATE coreinfo
2 SET value = '8'
3 WHERE key = 'schemaversion'