Core: only try local auth if a user has the "database" auth provider set
[quassel.git] / src / core / SQL / PostgreSQL / delete_nicks.sql
1 DELETE FROM identity_nick
2 WHERE identityid = :identityid;