removed my url path and fs path from the packages table

This commit is contained in:
jchu 2004-12-15 01:35:36 +00:00
parent 252afad9fc
commit 19086f4f02

View file

@ -121,8 +121,6 @@ CREATE TABLE Packages (
SubmitterUID INTEGER UNSIGNED NOT NULL DEFAULT 0, -- who submitted it?
MaintainerUID INTEGER UNSIGNED NOT NULL DEFAULT 0, -- User
AURMaintainerUID INTEGER UNSIGNED NOT NULL DEFAULT 0, -- TU/Dev
FSPath CHAR(256) NOT NULL,
URLPath CHAR(255) NOT NULL,
PRIMARY KEY (ID),
UNIQUE (Name),
INDEX (CategoryID),