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