From: Andreas Barth Date: Sun, 13 Mar 2011 18:20:43 +0000 (+0000) Subject: add resolver and upload archive to the distributions table X-Git-Url: https://git.donarmstrong.com/?p=wannabuild.git;a=commitdiff_plain;h=2e6c8074b75c9ba59afeaf64286b431dad236b9e add resolver and upload archive to the distributions table --- 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 );