fixed the backlog replay issue. DISTCLEAN IS MANDATORY
[quassel.git] / src / core / SQL / SQLite / 2 / insert_network.sql
1 INSERT INTO network (userid, networkname)
2 VALUES (:userid, :networkname)