[Collab-qa-commits] r1256 - buildstat/trunk/buildstat-server

goneri at alioth.debian.org goneri at alioth.debian.org
Tue Sep 9 11:58:39 UTC 2008


Author: goneri
Date: 2008-09-09 11:58:38 +0000 (Tue, 09 Sep 2008)
New Revision: 1256

Modified:
   buildstat/trunk/buildstat-server/schema-pg.sql
Log:
subdir can be temporary NULL

Modified: buildstat/trunk/buildstat-server/schema-pg.sql
===================================================================
--- buildstat/trunk/buildstat-server/schema-pg.sql	2008-09-09 11:41:53 UTC (rev 1255)
+++ buildstat/trunk/buildstat-server/schema-pg.sql	2008-09-09 11:58:38 UTC (rev 1256)
@@ -643,7 +643,7 @@
     amd64 boolean DEFAULT true,
     sparc boolean DEFAULT true,
     sourcepackage_id integer,
-    subdir text NOT NULL,
+    subdir text,
     rev text,
     debchangelogentry text,
     todo text,




More information about the Collab-qa-commits mailing list