mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Added the DepCondition field to the table PackageDepends.
This commit is contained in:
parent
2f2a9139d6
commit
723f1afde8
1 changed files with 1 additions and 0 deletions
|
@ -150,6 +150,7 @@ CREATE TABLE Packages (
|
||||||
CREATE TABLE PackageDepends (
|
CREATE TABLE PackageDepends (
|
||||||
PackageID INTEGER UNSIGNED NOT NULL,
|
PackageID INTEGER UNSIGNED NOT NULL,
|
||||||
DepPkgID INTEGER UNSIGNED NOT NULL,
|
DepPkgID INTEGER UNSIGNED NOT NULL,
|
||||||
|
DepCondition VARCHAR(20),
|
||||||
INDEX (PackageID)
|
INDEX (PackageID)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue