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