diff options
author | jchu <jchu> | 2004-12-15 01:35:36 +0000 |
---|---|---|
committer | jchu <jchu> | 2004-12-15 01:35:36 +0000 |
commit | 19086f4f022cca17db33b608e09853a7e024eda0 (patch) | |
tree | 954764e8ffaa94e93ab09f47b35301c49848f8aa /support/schema | |
parent | 252afad9fc0c46089b327a1315580a342cbc87c0 (diff) |
removed my url path and fs path from the packages table
Diffstat (limited to 'support/schema')
-rw-r--r-- | support/schema/aur-schema.sql | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/support/schema/aur-schema.sql b/support/schema/aur-schema.sql index ef3a9e3..c775af1 100644 --- a/support/schema/aur-schema.sql +++ b/support/schema/aur-schema.sql @@ -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), |