[Collab-qa-commits] r464 - svnbuildstat

goneri-guest at alioth.debian.org goneri-guest at alioth.debian.org
Sat Sep 29 23:06:33 UTC 2007


Author: goneri-guest
Date: 2007-09-29 23:06:33 +0000 (Sat, 29 Sep 2007)
New Revision: 464

Modified:
   svnbuildstat/schema-pg.sql
Log:
fix the vcschangelog table owner


Modified: svnbuildstat/schema-pg.sql
===================================================================
--- svnbuildstat/schema-pg.sql	2007-09-29 11:41:08 UTC (rev 463)
+++ svnbuildstat/schema-pg.sql	2007-09-29 23:06:33 UTC (rev 464)
@@ -428,7 +428,7 @@
 ALTER TABLE public.vcschangelog OWNER TO svnbuildstat;
 
 --
--- Name: viewchangelog; Type: VIEW; Schema: public; Owner: goneri
+-- Name: viewchangelog; Type: VIEW; Schema: public; Owner: svnbuildstat
 --
 
 CREATE VIEW viewchangelog AS




More information about the Collab-qa-commits mailing list