client: Don't store the list of properties in every PropertyMapItem
[quassel.git] / src / core / SQL / SQLite / update_network_connected.sql
1 UPDATE network
2 SET connected = :connected
3 WHERE userid = :userid AND networkid = :networkid