quasselcore: --add-user and --change-userpass now exit with non-null in case
[quassel.git] / src / core / SQL / SQLite / 18 / delete_nicks.sql
1 DELETE FROM identity_nick
2 WHERE identityid = :identityid;