PostgreSQL: Improve performance and squish bug.
[quassel.git] / src / core / SQL / SQLite / 20 / delete_nicks.sql
1 DELETE FROM identity_nick
2 WHERE identityid = :identityid;