]> git.donarmstrong.com Git - wannabuild.git/blobdiff - schema/wanna-build.sql
add resolver and upload archive to the distributions table
[wannabuild.git] / 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
 );