From 556de318aeeef6019bb7628389beee1358de93f8 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Mon, 24 Jan 2011 18:08:29 +0100 Subject: Build URLs from package names (fixes FS#15308, FS#19327). Drop the "URLPath" field from the "Packages" table, build URLs from package names instead. Signed-off-by: Lukas Fleischer --- UPGRADING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'UPGRADING') diff --git a/UPGRADING b/UPGRADING index 468e995..2d3434f 100644 --- a/UPGRADING +++ b/UPGRADING @@ -9,7 +9,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; +ALTER TABLE Packages DROP OutOfDate, DROP URLPath; ---- 2. You will need to update all packages which are stored in the incoming dir as -- cgit v1.2.3-70-g09d2