mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Remove "FSPath" column from "Packages" table.
This field is not used anymore, so drop it from the table and remove all references. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
7a58e99eab
commit
366ea03118
3 changed files with 4 additions and 7 deletions
|
@ -99,7 +99,6 @@ CREATE TABLE Packages (
|
|||
Description CHAR(255) NOT NULL DEFAULT "An Arch Package",
|
||||
URL CHAR(255) NOT NULL DEFAULT "http://www.archlinux.org",
|
||||
DummyPkg TINYINT UNSIGNED NOT NULL DEFAULT 0, -- 1=>dummy
|
||||
FSPath CHAR(255) NOT NULL DEFAULT '',
|
||||
License CHAR(40) NOT NULL DEFAULT '',
|
||||
NumVotes INTEGER UNSIGNED NOT NULL DEFAULT 0,
|
||||
OutOfDateTS BIGINT UNSIGNED NULL DEFAULT NULL,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue