common: Use the Singleton mixin for the Quassel instance
[quassel.git] / src / core / SQL / PostgreSQL / delete_network.sql
1 DELETE FROM network
2 WHERE userid = :userid AND networkid = :networkid