From 2e6c8074b75c9ba59afeaf64286b431dad236b9e Mon Sep 17 00:00:00 2001 From: Andreas Barth Date: Sun, 13 Mar 2011 18:20:43 +0000 Subject: [PATCH] add resolver and upload archive to the distributions table --- schema/wanna-build.sql | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/schema/wanna-build.sql b/schema/wanna-build.sql index cfd4f68..6b3e29c 100644 --- a/schema/wanna-build.sql +++ b/schema/wanna-build.sql @@ -2681,7 +2681,9 @@ CREATE TABLE distributions ( distribution character varying NOT NULL, public boolean DEFAULT true NOT NULL, sort_order integer DEFAULT 0, - auto_dep_wait boolean DEFAULT true + auto_dep_wait boolean DEFAULT true, + build_dep_resolver character varying, + archive character varying ); -- 2.39.2