mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Hand diff of simo's patch to remove flag safe functionality.
Simo's original commit text: The idea of safe flagging is unclear, poorly named, misunderstood, and not even used. At the time this patch was created, less than a third of the packages in unsupported were flagged safe, and less than a tenth of users knew how to interpret it. The safe flag has been replaced by a disclaimer on the main page.
This commit is contained in:
parent
6dbe12264a
commit
a9837329d6
5 changed files with 2 additions and 177 deletions
|
@ -123,8 +123,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
|
||||
Safe TINYINT UNSIGNED NOT NULL DEFAULT 0, -- verified to be safe?
|
||||
VerifiedBy INTEGER UNSIGNED NOT NULL DEFAULT 0, -- who verified?
|
||||
FULLTEXT (Name,Description),
|
||||
PRIMARY KEY (ID),
|
||||
UNIQUE (Name),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue