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