Fix icon import to not lose channel icons in breeze
[quassel.git] / src / core / SQL / PostgreSQL / 20 / insert_nick.sql
1 INSERT INTO identity_nick (identityid, nick)
2 VALUES (:identityid, :nick)