core: Migrate SQLite schema to MSec, warn of slow
[quassel.git] / src / core / SQL / SQLite / delete_nicks.sql
1 DELETE FROM identity_nick
2 WHERE identityid = :identityid;