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

goneri at alioth.debian.org goneri at alioth.debian.org
Tue Sep 9 12:59:43 UTC 2008


Author: goneri
Date: 2008-09-09 12:59:42 +0000 (Tue, 09 Sep 2008)
New Revision: 1261

Modified:
   buildstat/trunk/buildstat-server/schema-pg.sql
Log:
clean up

Modified: buildstat/trunk/buildstat-server/schema-pg.sql
===================================================================
--- buildstat/trunk/buildstat-server/schema-pg.sql	2008-09-09 12:32:09 UTC (rev 1260)
+++ buildstat/trunk/buildstat-server/schema-pg.sql	2008-09-09 12:59:42 UTC (rev 1261)
@@ -223,13 +223,11 @@
 
 CREATE TABLE build (
     id integer DEFAULT nextval('build_id_seq'::regclass) NOT NULL,
-    svndebrelease text,
     host_id integer,
     isbuildok boolean,
     duration integer,
     arch_id integer,
     "time" timestamp without time zone,
-    changelog text,
     changelogentry_id integer NOT NULL,
     agent_release integer
 );




More information about the Collab-qa-commits mailing list