preparing storage backend to store usermode and awaymessage for session restore
[quassel.git] / src / core / SQL / SQLite / 14 / delete_nicks.sql
1 DELETE FROM identity_nick
2 WHERE identityid = :identityid;