Improve performance of PostgreSQL for large databases.
[quassel.git] / src / core / SQL / PostgreSQL / 20 / migrate_write_network.sql
diff --git a/src/core/SQL/PostgreSQL/20/migrate_write_network.sql b/src/core/SQL/PostgreSQL/20/migrate_write_network.sql
new file mode 100644 (file)
index 0000000..979370f
--- /dev/null
@@ -0,0 +1,8 @@
+INSERT INTO network (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)
+VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)