mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
added a url path and fs path to the packages table
This commit is contained in:
parent
9d0a31c25e
commit
7549ca2d96
1 changed files with 2 additions and 0 deletions
|
@ -116,6 +116,8 @@ CREATE TABLE Packages (
|
||||||
SubmitterUID INTEGER UNSIGNED NOT NULL DEFAULT 0, -- who submitted it?
|
SubmitterUID INTEGER UNSIGNED NOT NULL DEFAULT 0, -- who submitted it?
|
||||||
MaintainerUID INTEGER UNSIGNED NOT NULL DEFAULT 0, -- User
|
MaintainerUID INTEGER UNSIGNED NOT NULL DEFAULT 0, -- User
|
||||||
AURMaintainerUID INTEGER UNSIGNED NOT NULL DEFAULT 0, -- TU/Dev
|
AURMaintainerUID INTEGER UNSIGNED NOT NULL DEFAULT 0, -- TU/Dev
|
||||||
|
FSPath CHAR(256) NOT NULL,
|
||||||
|
URLPath CHAR(255) NOT NULL,
|
||||||
PRIMARY KEY (ID),
|
PRIMARY KEY (ID),
|
||||||
UNIQUE (Name),
|
UNIQUE (Name),
|
||||||
INDEX (CategoryID),
|
INDEX (CategoryID),
|
||||||
|
|
Loading…
Add table
Reference in a new issue