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:
parent
1706c1f9fd
commit
14faedde2c
|
@ -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
|
||||
|
|
|
@ -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`
|
||||
-- ----------------------------------------------------------------------
|
||||
|
|
|
@ -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
|
||||
-- -----------------------------------------------------
|
||||
|
|
|
@ -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"
|
||||
-- -----------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue