Prevent the settings dialogs from crashing when OK is pressed without changes made.
[quassel.git] / src / core / SQL / SQLite / 3 / setup_070_coreinfo.sql
1 CREATE TABLE coreinfo (
2        key TEXT NOT NULL PRIMARY KEY,
3        value TEXT)