X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2FSQL%2FPostgreSQL%2F16%2Fupdate_network.sql;fp=src%2Fcore%2FSQL%2FPostgreSQL%2F16%2Fupdate_network.sql;h=a000f61ec179e85adfe5dce872742fcdf0ffe7be;hp=0000000000000000000000000000000000000000;hb=9ce9e3fe0329a6736383a7a3a5bc1618f80885ca;hpb=e4972a0ebce0d555d752ab2f34ffd6a6dcdef1dd diff --git a/src/core/SQL/PostgreSQL/16/update_network.sql b/src/core/SQL/PostgreSQL/16/update_network.sql new file mode 100644 index 00000000..a000f61e --- /dev/null +++ b/src/core/SQL/PostgreSQL/16/update_network.sql @@ -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