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=0000000000000000000000000000000000000000;hp=d2dea84072ccba5be284feddf7b3efb53083a053;hb=5924533c6d0f9777d38c01ed7e1510a55db2b876;hpb=53211b31038dac1726bb768dce4ae4dda1090cd3 diff --git a/src/core/SQL/PostgreSQL/16/update_network.sql b/src/core/SQL/PostgreSQL/16/update_network.sql deleted file mode 100644 index d2dea840..00000000 --- a/src/core/SQL/PostgreSQL/16/update_network.sql +++ /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 -