mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
removed my url path and fs path from the packages table
This commit is contained in:
parent
252afad9fc
commit
19086f4f02
1 changed files with 0 additions and 2 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Reference in a new issue