summaryrefslogtreecommitdiffstats
path: root/UPGRADING
diff options
context:
space:
mode:
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING2
1 files changed, 1 insertions, 1 deletions
diff --git a/UPGRADING b/UPGRADING
index d4e4e3ce..c067af5a 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -10,7 +10,7 @@ From 1.7.0 to 1.8.0
ALTER TABLE Packages ADD OutOfDateTS BIGINT UNSIGNED NULL DEFAULT NULL;
UPDATE Packages SET OutOfDateTS = UNIX_TIMESTAMP() WHERE OutOfDate = 1;
ALTER TABLE Packages DROP OutOfDate, DROP FSPath, DROP URLPath, DROP LocationID;
-DROP TABLE PackageLocations;
+DROP TABLE PackageLocations, PackageContents;
----
2. You will need to update all packages which are stored in the incoming dir as