mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
upped length on Description in Package table to 256 from 128
as per discussions with simo and dsa
This commit is contained in:
parent
e2e9722c63
commit
db4075a050
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ CREATE TABLE Packages (
|
|||
Name CHAR(32) NOT NULL,
|
||||
Version CHAR(32) NOT NULL DEFAULT '',
|
||||
CategoryID TINYINT UNSIGNED NOT NULL DEFAULT 1,
|
||||
Description CHAR(128) NOT NULL DEFAULT "An Arch Package",
|
||||
Description CHAR(256) 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 '',
|
||||
|
|
Loading…
Add table
Reference in a new issue