summaryrefslogtreecommitdiffstats
path: root/support
diff options
context:
space:
mode:
authorjchu <jchu>2004-12-15 02:35:36 +0100
committerjchu <jchu>2004-12-15 02:35:36 +0100
commit19086f4f022cca17db33b608e09853a7e024eda0 (patch)
tree954764e8ffaa94e93ab09f47b35301c49848f8aa /support
parent252afad9fc0c46089b327a1315580a342cbc87c0 (diff)
downloadaur-19086f4f022cca17db33b608e09853a7e024eda0.tar.gz
aur-19086f4f022cca17db33b608e09853a7e024eda0.tar.xz
removed my url path and fs path from the packages table
Diffstat (limited to 'support')
-rw-r--r--support/schema/aur-schema.sql2
1 files changed, 0 insertions, 2 deletions
diff --git a/support/schema/aur-schema.sql b/support/schema/aur-schema.sql
index ef3a9e3f..c775af17 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),