Add support for password hash versioning
[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
deleted file mode 100644 (file)
index d2dea84..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-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 userid = :userid AND networkid = :networkid
-