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