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