X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2FSQL%2FPostgreSQL%2F16%2Fupdate_network.sql;h=d2dea84072ccba5be284feddf7b3efb53083a053;hp=a000f61ec179e85adfe5dce872742fcdf0ffe7be;hb=1fc8eb59a87c005ddfe7d21bc225bef8692b9743;hpb=9ce9e3fe0329a6736383a7a3a5bc1618f80885ca diff --git a/src/core/SQL/PostgreSQL/16/update_network.sql b/src/core/SQL/PostgreSQL/16/update_network.sql index a000f61e..d2dea840 100644 --- a/src/core/SQL/PostgreSQL/16/update_network.sql +++ b/src/core/SQL/PostgreSQL/16/update_network.sql @@ -17,4 +17,5 @@ rejoinchannels = :rejoinchannels, usesasl = :usesasl, saslaccount = :saslaccount, saslpassword = :saslpassword -WHERE networkid = :networkid +WHERE userid = :userid AND networkid = :networkid +