core: Separate SQL current and upgrade scripts
[quassel.git] / src / core / SQL / SQLite / 5 / upgrade_020_copy_networktable.sql
diff --git a/src/core/SQL/SQLite/5/upgrade_020_copy_networktable.sql b/src/core/SQL/SQLite/5/upgrade_020_copy_networktable.sql
deleted file mode 100644 (file)
index 975018b..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-INSERT INTO network (networkid, userid, networkname)
-SELECT networkid, userid, networkname FROM networkold;