2013-04-03 Junichi Satoh <junichi@rworks.jp>

* 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 an unnecessary
	modification, because 'talert_compound' is obsolete.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7917 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
jsatoh 2013-04-03 00:32:54 +00:00
parent 1706c1f9fd
commit 14faedde2c
4 changed files with 7 additions and 17 deletions

View File

@ -1,3 +1,10 @@
2013-04-03 Junichi Satoh <junichi@rworks.jp>
* 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 an unnecessary
modification, because 'talert_compound' is obsolete.
2013-04-02 Dario Rodriguez <dario@artica.es>
* include/functions_api.php: New function to create a tag

View File

@ -289,11 +289,6 @@ UPDATE `tusuario` SET `metaconsole_access` = 'advanced' WHERE `is_admin` = 1;
-- ----------------------------------------------------------------------
ALTER TABLE `tmensajes` MODIFY COLUMN `mensaje` TEXT NOT NULL;
-- ----------------------------------------------------------------------
-- Table `talert_compound`
-- ----------------------------------------------------------------------
ALTER TABLE `talert_compound` ADD COLUMN `special_day` tinyint(1) DEFAULT '0';
-- ----------------------------------------------------------------------
-- Table `talert_commands`
-- ----------------------------------------------------------------------

View File

@ -248,12 +248,6 @@ ALTER TABLE treport_content_item ADD (operation CLOB default '');
-- -----------------------------------------------------
ALTER TABLE tmensajes MODIFY mensaje VARCHAR2(255) NOT NULL DEFAULT '';
-- -----------------------------------------------------
-- Table talert_compound
-- -----------------------------------------------------
ALTER TABLE talert_compound ADD (special_day NUMBER(5,0) default 0);
-- -----------------------------------------------------
-- Table tnetwork_component
-- -----------------------------------------------------

View File

@ -262,12 +262,6 @@ ALTER TABLE "treport_content_item" ADD COLUMN "operation" text default '';
-- -----------------------------------------------------
ALTER TABLE "tmensajes" ALTER COLUMN "mensaje" TYPE TEXT;
-- -----------------------------------------------------
-- Table "talert_compound"
-- -----------------------------------------------------
ALTER TABLE "talert_compound" ADD COLUMN "special_day" SMALLINT default 0;
-- -----------------------------------------------------
-- Table "tnetwork_component"
-- -----------------------------------------------------