X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2FSQL%2FSQLite%2F6%2Fupdate_network.sql;fp=src%2Fcore%2FSQL%2FSQLite%2F6%2Fupdate_network.sql;h=0000000000000000000000000000000000000000;hb=76929fefa96b80fe4f3be89c334c820b13ad7e3b;hp=41c0da3afa7b5c68a92f1dabd1eec11b7bc4a47d;hpb=3a99cf632f7918b85087373272904f6ed17cca25;p=quassel.git diff --git a/src/core/SQL/SQLite/6/update_network.sql b/src/core/SQL/SQLite/6/update_network.sql deleted file mode 100644 index 41c0da3a..00000000 --- a/src/core/SQL/SQLite/6/update_network.sql +++ /dev/null @@ -1,16 +0,0 @@ -UPDATE network SET -networkname = :networkname, -identityid = :identityid, -usecustomencoding = :usecustomencoding, -encodingcodec = :encodingcodec, -decodingcodec = :decodingcodec, -userandomserver = :userandomserver, -perform = :perform, -useautoidentify = :useautoidentify, -autoidentifyservice = :autoidentifyservice, -autoidentifypassword = :autoidentifypassword, -useautoreconnect = :useautoreconnect, -autoreconnectinterval = :autoreconnectinterval, -autoreconnectretries = :autoreconnectretries, -rejoinchannels = :rejoinchannels -WHERE networkid = :networkid