X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2FSQL%2FPostgreSQL%2F16%2Fupdate_network.sql;h=d2dea84072ccba5be284feddf7b3efb53083a053;hb=a1a24daa615a4e0679546c8a7a673720d0dcc60f;hp=a000f61ec179e85adfe5dce872742fcdf0ffe7be;hpb=ba6a9ce10750a65f0ba36281ceb45d7857ac076d;p=quassel.git 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 +