X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2FSQL%2FSQLite%2F7%2Fupgrade_020_copy_networktable.sql;fp=src%2Fcore%2FSQL%2FSQLite%2F7%2Fupgrade_020_copy_networktable.sql;h=0000000000000000000000000000000000000000;hb=3cf5c49e7753be48a994917fe898730add4292b1;hp=887706d7880971d80ad68ad47f922da7fd318b83;hpb=e4fc79c07f5301ce2c7888e709ada0945b675c4f;p=quassel.git diff --git a/src/core/SQL/SQLite/7/upgrade_020_copy_networktable.sql b/src/core/SQL/SQLite/7/upgrade_020_copy_networktable.sql deleted file mode 100644 index 887706d7..00000000 --- a/src/core/SQL/SQLite/7/upgrade_020_copy_networktable.sql +++ /dev/null @@ -1,2 +0,0 @@ -INSERT INTO network (networkid, userid, networkname, identityid, encodingcodec, decodingcodec, userandomserver, perform, useautoidentify, autoidentifyservice, autoidentifypassword, useautoreconnect, autoreconnectinterval, autoreconnectretries, rejoinchannels) -SELECT networkid, userid, networkname, identityid, encodingcodec, decodingcodec, userandomserver, perform, useautoidentify, autoidentifyservice, autoidentifypassword, useautoreconnect, autoreconnectinterval, autoreconnectretries, rejoinchannels FROM networkold;