mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
committed old schema change from old version
This commit is contained in:
parent
ac0f6b855e
commit
1e9b3e2db0
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ INSERT INTO PackageLocations (Location) VALUES ('unstable');
|
|||
--
|
||||
CREATE TABLE Packages (
|
||||
ID INTEGER UNSIGNED NOT NULL AUTO_INCREMENT,
|
||||
Name CHAR(32) NOT NULL,
|
||||
Name CHAR(64) NOT NULL,
|
||||
Version CHAR(32) NOT NULL DEFAULT '',
|
||||
CategoryID TINYINT UNSIGNED NOT NULL DEFAULT 1,
|
||||
Description CHAR(255) NOT NULL DEFAULT "An Arch Package",
|
||||
|
|
Loading…
Add table
Reference in a new issue