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:
parent
04fc4fd88c
commit
c9c2a914fe
|
@ -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>
|
||||
|
||||
* extras/pandoradb_migrate_4.0.x_to_5.0.oracle.sql,
|
||||
|
|
|
@ -362,7 +362,6 @@ ALTER TABLE tnetwork_map ADD `show_modulegroup` TINYINT(1) UNSIGNED NOT NULL DEF
|
|||
-- 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_error` int(4) NOT NULL DEFAULT '0';
|
||||
|
||||
-- ---------------------------------------------------------------------
|
||||
-- Table `tevent_response`
|
||||
|
|
|
@ -395,7 +395,6 @@ ALTER TABLE tnetwork_map ADD (show_modulegroup NUMBER(10, 0) default 0 NOT NULL)
|
|||
-- Table tagente_estado
|
||||
------------------------------------------------------------------------
|
||||
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
|
||||
|
|
|
@ -382,7 +382,6 @@ ALTER TABLE "tnetwork_map" ADD COLUMN "show_modulegroup" INTEGER NOT NULL defaul
|
|||
-- Table "tagente_estado"
|
||||
------------------------------------------------------------------------
|
||||
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"
|
||||
|
|
|
@ -360,7 +360,6 @@ ALTER TABLE tnetwork_map ADD `show_modulegroup` TINYINT(1) UNSIGNED NOT NULL DEF
|
|||
-- 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_error` int(4) NOT NULL DEFAULT '0';
|
||||
|
||||
-- ---------------------------------------------------------------------
|
||||
-- Table `tevent_response`
|
||||
|
|
|
@ -393,7 +393,6 @@ ALTER TABLE tnetwork_map ADD (show_modulegroup NUMBER(10, 0) default 0 NOT NULL)
|
|||
-- Table tagente_estado
|
||||
------------------------------------------------------------------------
|
||||
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
|
||||
|
|
|
@ -380,7 +380,6 @@ ALTER TABLE "tnetwork_map" ADD COLUMN "show_modulegroup" INTEGER NOT NULL defaul
|
|||
-- Table "tagente_estado"
|
||||
------------------------------------------------------------------------
|
||||
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"
|
||||
|
|
Loading…
Reference in New Issue