changes to identities are now saved again properly
[quassel.git] / src / core / SQL / SQLite / 13 / delete_nicks.sql
index 8018d63..8aac599 100644 (file)
@@ -1,2 +1,2 @@
 DELETE FROM identity_nick
-WHERE userid = :userid
+WHERE identityid = :identityid;