Update the schema creation DDL for the new password hashing
[quassel.git] / src / core / SQL / PostgreSQL / 17 / select_network_usermode.sql
1 SELECT usermode
2 FROM network
3 WHERE userid = :userid AND networkid = :networkid