Schema changes for SASL support
[quassel.git] / src / core / SQL / PostgreSQL / 16 / update_network.sql
diff --git a/src/core/SQL/PostgreSQL/16/update_network.sql b/src/core/SQL/PostgreSQL/16/update_network.sql
new file mode 100644 (file)
index 0000000..a000f61
--- /dev/null
@@ -0,0 +1,20 @@
+UPDATE network SET
+networkname = :networkname,
+identityid = :identityid,
+servercodec = :servercodec,
+encodingcodec = :encodingcodec,
+decodingcodec = :decodingcodec,
+userandomserver = :userandomserver,
+perform = :perform,
+useautoidentify = :useautoidentify,
+autoidentifyservice = :autoidentifyservice,
+autoidentifypassword = :autoidentifypassword,
+useautoreconnect = :useautoreconnect,
+autoreconnectinterval = :autoreconnectinterval,
+autoreconnectretries = :autoreconnectretries,
+unlimitedconnectretries = :unlimitedconnectretries,
+rejoinchannels = :rejoinchannels,
+usesasl = :usesasl,
+saslaccount = :saslaccount,
+saslpassword = :saslpassword
+WHERE networkid = :networkid