Fix maybe-uninitialized compile warning
[quassel.git] / src / core / SQL / PostgreSQL / 18 / delete_nicks.sql
1 DELETE FROM identity_nick
2 WHERE identityid = :identityid;