mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 09:43:03 +00:00
Applied license patch from dsa (closes #4085).
This commit is contained in:
parent
6cca148648
commit
dce2f70443
3 changed files with 15 additions and 2 deletions
|
@ -114,6 +114,7 @@ CREATE TABLE Packages (
|
|||
DummyPkg TINYINT UNSIGNED NOT NULL DEFAULT 0, -- 1=>dummy
|
||||
FSPath CHAR(255) NOT NULL DEFAULT '',
|
||||
URLPath CHAR(255) NOT NULL DEFAULT '',
|
||||
License CHAR(40) NOT NULL DEFAULT '',
|
||||
LocationID TINYINT UNSIGNED NOT NULL DEFAULT 1,
|
||||
NumVotes INTEGER UNSIGNED NOT NULL DEFAULT 0,
|
||||
OutOfDate TINYINT UNSIGNED DEFAULT 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue