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" (