[Collab-qa-commits] r1148 - buildstat/trunk/buildstat-server
goneri at alioth.debian.org
goneri at alioth.debian.org
Tue Aug 26 13:51:38 UTC 2008
Author: goneri
Date: 2008-08-26 13:51:37 +0000 (Tue, 26 Aug 2008)
New Revision: 1148
Modified:
buildstat/trunk/buildstat-server/schema-pg.sql
Log:
remove the viewtobuild SQL view since it's not used anymore
Modified: buildstat/trunk/buildstat-server/schema-pg.sql
===================================================================
--- buildstat/trunk/buildstat-server/schema-pg.sql 2008-08-26 13:51:17 UTC (rev 1147)
+++ buildstat/trunk/buildstat-server/schema-pg.sql 2008-08-26 13:51:37 UTC (rev 1148)
@@ -825,16 +825,6 @@
--
--- Name: viewtobuild; Type: VIEW; Schema: public; Owner: buildstat
---
-
-CREATE VIEW viewtobuild AS
- SELECT changelogentry.id AS changelogentry_id, repositoryentry.i386, repositoryentry.powerpc, repositoryentry.sparc, repositoryentry.amd64 FROM ((changelogentry LEFT JOIN build ON ((changelogentry.id = build.changelogentry_id))) LEFT JOIN repositoryentry ON ((changelogentry.id = repositoryentry.changelogentry_id))) WHERE (((repositoryentry.blacklisted = false) AND (changelogentry.dscuri IS NOT NULL)) AND ((changelogentry.lastbuildstart IS NULL) OR (changelogentry.lastbuildstart < (now() - '03:00:00'::interval)))) ORDER BY (build.id IS NOT NULL), build."time", changelogentry.date;
-
-
-ALTER TABLE public.viewtobuild OWNER TO buildstat;
-
---
-- Name: lindacount(integer); Type: FUNCTION; Schema: public; Owner: buildstat
--
More information about the Collab-qa-commits
mailing list