Some new UI elements for configuring network reconnects. EgS, that should
[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)