X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2FSQL%2FPostgreSQL%2F14%2Fselect_networks_for_user.sql;fp=src%2Fcore%2FSQL%2FPostgreSQL%2F14%2Fselect_networks_for_user.sql;h=0000000000000000000000000000000000000000;hp=08855c93522f2035f4e752a66b91e9a8a4e28d65;hb=18cda6df43b5960686256fb6a899a63baebff70d;hpb=91361e82b8cd46e7c4bfc4475e6ecb1d0b268310 diff --git a/src/core/SQL/PostgreSQL/14/select_networks_for_user.sql b/src/core/SQL/PostgreSQL/14/select_networks_for_user.sql deleted file mode 100644 index 08855c93..00000000 --- a/src/core/SQL/PostgreSQL/14/select_networks_for_user.sql +++ /dev/null @@ -1,5 +0,0 @@ -SELECT networkid, networkname, identityid, servercodec, encodingcodec, decodingcodec, - userandomserver, perform, useautoidentify, autoidentifyservice, autoidentifypassword, - useautoreconnect, autoreconnectinterval, autoreconnectretries, unlimitedconnectretries, rejoinchannels -FROM network -WHERE userid = :userid \ No newline at end of file