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