Build the monolithic client (-DWANT_MONO=ON) by default again, as it's usable now
[quassel.git] / src / core / SQL / SQLite / 11 / update_network_connected.sql
1 UPDATE network
2 SET connected = :connected
3 WHERE userid = :userid AND networkid = :networkid