saner amount for cached ids (postgres only)
[quassel.git] / src / core / SQL / PostgreSQL / 14 / insert_nick.sql
1 INSERT INTO identity_nick (identityid, nick)
2 VALUES (:identityid, :nick)