saner amount for cached ids (postgres only)
[quassel.git] / src / core / SQL / PostgreSQL / 14 / delete_nicks.sql
1 DELETE FROM identity_nick
2 WHERE identityid = :identityid;