From d55c7092dd7ea585a95f7267d8e2c18a554d58d6 Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Wed, 9 Feb 2011 14:53:35 +0000 Subject: [PATCH] 2011-02-09 Miguel de Dios * pandoradb.postgreSQL.sql: added the column "only_display_wrong" in the table "treport_content" from the changes in the main SQL in function mysql. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3816 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ pandora_console/pandoradb.postgreSQL.sql | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 04069eb55d..24a213d7ef 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2011-02-09 Miguel de Dios + + * pandoradb.postgreSQL.sql: added the column "only_display_wrong" in the + table "treport_content" from the changes in the main SQL in function mysql. + 2011-02-09 Miguel de Dios * pandoradb.postgreSQL.sql: added first version of schema of Pandora DB for diff --git a/pandora_console/pandoradb.postgreSQL.sql b/pandora_console/pandoradb.postgreSQL.sql index 551499d107..9fc72906f9 100644 --- a/pandora_console/pandoradb.postgreSQL.sql +++ b/pandora_console/pandoradb.postgreSQL.sql @@ -740,7 +740,8 @@ CREATE TABLE "treport_content" ( "thursday" SMALLINT NOT NULL default 1, "friday" SMALLINT NOT NULL default 1, "saturday" SMALLINT NOT NULL default 1, - "sunday" SMALLINT NOT NULL default 1 + "sunday" SMALLINT NOT NULL default 1, + "only_display_wrong" SMALLINT NOT NULL default 0 ); CREATE TABLE "treport_content_sla_combined" (