X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2FSQL%2FSQLite%2F12%2Fselect_networks_for_user.sql;fp=src%2Fcore%2FSQL%2FSQLite%2F12%2Fselect_networks_for_user.sql;h=0000000000000000000000000000000000000000;hb=7897b8623a42967511e31c68d5c102033a1dcdb9;hp=08855c93522f2035f4e752a66b91e9a8a4e28d65;hpb=981b43a699b4dd6da16e45f74d59443b68ad4b9c;p=quassel.git diff --git a/src/core/SQL/SQLite/12/select_networks_for_user.sql b/src/core/SQL/SQLite/12/select_networks_for_user.sql deleted file mode 100644 index 08855c93..00000000 --- a/src/core/SQL/SQLite/12/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