diff options
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2011-02-01 15:16:29 +0100 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2011-02-01 15:16:29 +0100 |
commit | 34ac351e82a4e774b5c0bc3380b0ff90cb5a486d (patch) | |
tree | 312cbe27a4577745e849214bb72a5f36a75aa3ae /UPGRADING | |
parent | 366ea03118dcd06047dc178d0c8c620af8612530 (diff) | |
download | aurweb-34ac351e82a4e774b5c0bc3380b0ff90cb5a486d.tar.xz |
Drop "PackageContents" table and references.
We don't even touch source tarballs anymore - except for extracting the
PKGBUILD, so this is no longer needed.
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'UPGRADING')
-rw-r--r-- | UPGRADING | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |