X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=schema%2Farches-tables.in;h=a7b649baef1a3028b2776f31580258bfdfa15a02;hb=0a9e7c33ed6ba60ffd213190dbf328ec5bb4b4bf;hp=ec38ccc6af710f6bd70d87c01234c6efc7db6a1f;hpb=c9f179534b717ea3196a0653ae8caad3559f7ef1;p=wannabuild.git diff --git a/schema/arches-tables.in b/schema/arches-tables.in index ec38ccc..a7b649b 100644 --- a/schema/arches-tables.in +++ b/schema/arches-tables.in @@ -8,6 +8,7 @@ grant usage on schema "ARCH_public" to "ARCH", public; grant usage on schema "ARCH" to wb_security; create table "ARCH".packages +( package character varying NOT NULL, distribution character varying NOT NULL, version character varying, @@ -29,7 +30,9 @@ create table "ARCH".packages depends character varying, rel character varying, bd_problem text, - primary key (package, distribution) + primary key (package, distribution), + extra_depends character varying, + extra_conflicts character varying ); create index "idx_ARCH_state" on "ARCH".packages (state);