[Collab-qa-commits] r2315 - udd/sql

Andreas Tille tille at alioth.debian.org
Fri May 11 19:25:10 UTC 2012


Author: tille
Date: 2012-05-11 19:25:10 +0000 (Fri, 11 May 2012)
New Revision: 2315

Modified:
   udd/sql/blends-prospective-packages.sql
Log:
Table definition with the data needed


Modified: udd/sql/blends-prospective-packages.sql
===================================================================
--- udd/sql/blends-prospective-packages.sql	2012-05-11 19:24:19 UTC (rev 2314)
+++ udd/sql/blends-prospective-packages.sql	2012-05-11 19:25:10 UTC (rev 2315)
@@ -1,7 +1,8 @@
 DROP TABLE IF EXISTS blends_prospectivepackages CASCADE;
 
 CREATE TABLE blends_prospectivepackages
-  (package text,
+  (blend text,
+   package text,
    source text,
    maintainer text,
    maintainer_name text,
@@ -21,6 +22,7 @@
    vcs_browser text,
    wnpp int,
    wnpp_type text,
+   wnpp_desc text,
    license text,
    chlog_date text, -- time,
    chlog_version debversion




More information about the Collab-qa-commits mailing list