2011-02-09 Miguel de Dios <miguel.dedios@artica.es>

* 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
This commit is contained in:
mdtrooper 2011-02-09 14:53:35 +00:00
parent ad7273e4c5
commit 6d249d7609
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2011-02-09 Miguel de Dios <miguel.dedios@artica.es>
* 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 <miguel.dedios@artica.es> 2011-02-09 Miguel de Dios <miguel.dedios@artica.es>
* pandoradb.postgreSQL.sql: added first version of schema of Pandora DB for * pandoradb.postgreSQL.sql: added first version of schema of Pandora DB for

View File

@ -740,7 +740,8 @@ CREATE TABLE "treport_content" (
"thursday" SMALLINT NOT NULL default 1, "thursday" SMALLINT NOT NULL default 1,
"friday" SMALLINT NOT NULL default 1, "friday" SMALLINT NOT NULL default 1,
"saturday" 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" ( CREATE TABLE "treport_content_sla_combined" (