changes to identities are now saved again properly
[quassel.git] / src / core / SQL / SQLite / 13 / delete_nicks.sql
1 DELETE FROM identity_nick
2 WHERE identityid = :identityid;