Conversion to lowercase is no longer done by SQLite but now from Qt
[quassel.git] / src / core / SQL / SQLite / 4 / setup_070_coreinfo.sql
1 CREATE TABLE coreinfo (
2        key TEXT NOT NULL PRIMARY KEY,
3        value TEXT)