core: Separate SQL current and upgrade scripts
[quassel.git] / src / core / SQL / SQLite / migrate_read_network.sql
diff --git a/src/core/SQL/SQLite/migrate_read_network.sql b/src/core/SQL/SQLite/migrate_read_network.sql
new file mode 100644 (file)
index 0000000..cccaed9
--- /dev/null
@@ -0,0 +1,7 @@
+SELECT networkid, userid, networkname, identityid, encodingcodec, decodingcodec, servercodec,
+       userandomserver, perform, useautoidentify, autoidentifyservice, autoidentifypassword,
+       useautoreconnect, autoreconnectinterval, autoreconnectretries, unlimitedconnectretries,
+       rejoinchannels, connected, usermode, awaymessage, attachperform, detachperform,
+       usesasl, saslaccount, saslpassword, usecustomessagerate, messagerateburstsize,
+       messageratedelay, unlimitedmessagerate
+FROM network