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=887706d7880971d80ad68ad47f922da7fd318b83;hb=e8313fd543561e6ee24439d6cc14d26395128622;hp=0000000000000000000000000000000000000000;hpb=76929fefa96b80fe4f3be89c334c820b13ad7e3b;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 new file mode 100644 index 00000000..887706d7 --- /dev/null +++ b/src/core/SQL/SQLite/7/upgrade_020_copy_networktable.sql @@ -0,0 +1,2 @@ +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;