]> git.donarmstrong.com Git - wannabuild.git/commitdiff
add resolver and upload archive to the distributions table
authorAndreas Barth <aba@not.so.argh.org>
Sun, 13 Mar 2011 18:20:43 +0000 (18:20 +0000)
committerAndreas Barth <aba@not.so.argh.org>
Sun, 13 Mar 2011 18:20:43 +0000 (18:20 +0000)
schema/wanna-build.sql

index cfd4f682af0cbdf5420335054c6ac33d0c9f36c8..6b3e29c24078e446330fec6bd872a6f30b8517c9 100644 (file)
@@ -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
 );