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:
parent
ad7273e4c5
commit
6d249d7609
|
@ -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>
|
||||
|
||||
* pandoradb.postgreSQL.sql: added first version of schema of Pandora DB for
|
||||
|
|
|
@ -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" (
|
||||
|
|
Loading…
Reference in New Issue