added missing sql queries... OOPS
[quassel.git] / src / core / SQL / SQLite / 7 / upgrade_020_copy_networktable.sql
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 (file)
index 0000000..887706d
--- /dev/null
@@ -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;