client: Don't store the list of properties in every PropertyMapItem
[quassel.git] / src / core / SQL / PostgreSQL / migrate_write_corestate.sql
1 INSERT INTO core_state (key, value)
2 VALUES (?, ?)