core: Separate SQL current and upgrade scripts
[quassel.git] / src / core / SQL / PostgreSQL / 20 / insert_network.sql
diff --git a/src/core/SQL/PostgreSQL/20/insert_network.sql b/src/core/SQL/PostgreSQL/20/insert_network.sql
deleted file mode 100644 (file)
index d91f23c..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-INSERT INTO network (userid, networkname, identityid, servercodec, encodingcodec, decodingcodec,
-                     userandomserver, perform, useautoidentify, autoidentifyservice,
-                     autoidentifypassword, useautoreconnect, autoreconnectinterval,
-                     autoreconnectretries, unlimitedconnectretries, rejoinchannels, usesasl,
-                     saslaccount, saslpassword, usecustomessagerate, messagerateburstsize,
-                     messageratedelay, unlimitedmessagerate)
-VALUES (:userid, :networkname, :identityid, :servercodec, :encodingcodec, :decodingcodec,
-        :userandomserver, :perform, :useautoidentify, :autoidentifyservice, :autoidentifypassword,
-        :useautoreconnect, :autoreconnectinterval, :autoreconnectretries, :unlimitedconnectretries,
-        :rejoinchannels, :usesasl, :saslaccount, :saslpassword, :usecustomessagerate,
-        :messagerateburstsize, :messageratedelay, :unlimitedmessagerate)
-RETURNING networkid