2013-10-16 Ramon Novoa <rnovoa@artica.es>

* extras/pandoradb_migrate_4.1_to_5.0.postgreSQL.sql,
	  extras/pandoradb_migrate_4.1_to_5.0.oracle.sql,
	  extras/pandoradb_migrate_4.1_to_5.0.mysql.sql,
	  extras/pandoradb_migrate_4.0.x_to_5.0.postgreSQL.sql,
	  extras/pandoradb_migrate_4.0.x_to_5.0.mysql.sql,
	  extras/pandoradb_migrate_4.0.x_to_5.0.oracle.sql: Removed some queries
	  that were re-introduced in revision 8897.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8920 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
ramonn 2013-10-16 07:59:53 +00:00
parent 04fc4fd88c
commit c9c2a914fe
7 changed files with 10 additions and 6 deletions

View File

@ -1,3 +1,13 @@
2013-10-16 Ramon Novoa <rnovoa@artica.es>
* extras/pandoradb_migrate_4.1_to_5.0.postgreSQL.sql,
extras/pandoradb_migrate_4.1_to_5.0.oracle.sql,
extras/pandoradb_migrate_4.1_to_5.0.mysql.sql,
extras/pandoradb_migrate_4.0.x_to_5.0.postgreSQL.sql,
extras/pandoradb_migrate_4.0.x_to_5.0.mysql.sql,
extras/pandoradb_migrate_4.0.x_to_5.0.oracle.sql: Removed some queries
that were re-introduced in revision 8897.
2013-10-16 Junichi Satoh <junichi@rworks.jp> 2013-10-16 Junichi Satoh <junichi@rworks.jp>
* extras/pandoradb_migrate_4.0.x_to_5.0.oracle.sql, * extras/pandoradb_migrate_4.0.x_to_5.0.oracle.sql,

View File

@ -362,7 +362,6 @@ ALTER TABLE tnetwork_map ADD `show_modulegroup` TINYINT(1) UNSIGNED NOT NULL DEF
-- Table `tagente_estado` -- Table `tagente_estado`
-- ---------------------------------------------------------------------- -- ----------------------------------------------------------------------
ALTER TABLE `tagente_estado` ADD COLUMN `last_known_status` tinyint(4) NOT NULL DEFAULT 0; ALTER TABLE `tagente_estado` ADD COLUMN `last_known_status` tinyint(4) NOT NULL DEFAULT 0;
ALTER TABLE `tagente_estado` ADD COLUMN `last_error` int(4) NOT NULL DEFAULT '0';
-- --------------------------------------------------------------------- -- ---------------------------------------------------------------------
-- Table `tevent_response` -- Table `tevent_response`

View File

@ -395,7 +395,6 @@ ALTER TABLE tnetwork_map ADD (show_modulegroup NUMBER(10, 0) default 0 NOT NULL)
-- Table tagente_estado -- Table tagente_estado
------------------------------------------------------------------------ ------------------------------------------------------------------------
ALTER TABLE tagente_estado ADD (last_known_status NUMBER(10, 0) default 0 NOT NULL); ALTER TABLE tagente_estado ADD (last_known_status NUMBER(10, 0) default 0 NOT NULL);
ALTER TABLE tagente_estado ADD (last_error NUMBER(10, 0) default 0 NOT NULL);
-- ----------------------------------------------------- -- -----------------------------------------------------
-- Table tevent_response -- Table tevent_response

View File

@ -382,7 +382,6 @@ ALTER TABLE "tnetwork_map" ADD COLUMN "show_modulegroup" INTEGER NOT NULL defaul
-- Table "tagente_estado" -- Table "tagente_estado"
------------------------------------------------------------------------ ------------------------------------------------------------------------
ALTER TABLE "tagente_estado" ADD COLUMN "last_known_status" INTEGER default 0; ALTER TABLE "tagente_estado" ADD COLUMN "last_known_status" INTEGER default 0;
ALTER TABLE "tagente_estado" ADD COLUMN "last_error" INTEGER default 0;
-- ----------------------------------------------------- -- -----------------------------------------------------
-- Table "tevent_response" -- Table "tevent_response"

View File

@ -360,7 +360,6 @@ ALTER TABLE tnetwork_map ADD `show_modulegroup` TINYINT(1) UNSIGNED NOT NULL DEF
-- Table `tagente_estado` -- Table `tagente_estado`
-- ---------------------------------------------------------------------- -- ----------------------------------------------------------------------
ALTER TABLE `tagente_estado` ADD COLUMN `last_known_status` tinyint(4) NOT NULL DEFAULT 0; ALTER TABLE `tagente_estado` ADD COLUMN `last_known_status` tinyint(4) NOT NULL DEFAULT 0;
ALTER TABLE `tagente_estado` ADD COLUMN `last_error` int(4) NOT NULL DEFAULT '0';
-- --------------------------------------------------------------------- -- ---------------------------------------------------------------------
-- Table `tevent_response` -- Table `tevent_response`

View File

@ -393,7 +393,6 @@ ALTER TABLE tnetwork_map ADD (show_modulegroup NUMBER(10, 0) default 0 NOT NULL)
-- Table tagente_estado -- Table tagente_estado
------------------------------------------------------------------------ ------------------------------------------------------------------------
ALTER TABLE tagente_estado ADD (last_known_status NUMBER(10, 0) default 0 NOT NULL); ALTER TABLE tagente_estado ADD (last_known_status NUMBER(10, 0) default 0 NOT NULL);
ALTER TABLE tagente_estado ADD (last_error NUMBER(10, 0) default 0 NOT NULL);
-- ----------------------------------------------------- -- -----------------------------------------------------
-- Table tevent_response -- Table tevent_response

View File

@ -380,7 +380,6 @@ ALTER TABLE "tnetwork_map" ADD COLUMN "show_modulegroup" INTEGER NOT NULL defaul
-- Table "tagente_estado" -- Table "tagente_estado"
------------------------------------------------------------------------ ------------------------------------------------------------------------
ALTER TABLE "tagente_estado" ADD COLUMN "last_known_status" INTEGER default 0; ALTER TABLE "tagente_estado" ADD COLUMN "last_known_status" INTEGER default 0;
ALTER TABLE "tagente_estado" ADD COLUMN "last_error" INTEGER default 0;
-- ----------------------------------------------------- -- -----------------------------------------------------
-- Table "tevent_response" -- Table "tevent_response"