Core: only try local auth if a user has the "database" auth provider set
[quassel.git] / src / core / SQL / PostgreSQL / delete_network.sql
1 DELETE FROM network
2 WHERE userid = :userid AND networkid = :networkid