2013-10-05 Junichi Satoh <junichi@rworks.jp>

* extras/pandoradb_migrate_4.0.x_to_5.0.mysql.sql: Removed duplicated
	queries.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8854 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
jsatoh 2013-10-05 02:09:01 +00:00
parent f2c1ff4f5a
commit e1a3b10792
2 changed files with 6 additions and 5 deletions

View File

@ -1,3 +1,8 @@
2013-10-05 Junichi Satoh <junichi@rworks.jp>
* extras/pandoradb_migrate_4.0.x_to_5.0.mysql.sql: Removed duplicated
queries.
2013-10-04 Sergio Martin <sergio.martin@artica.es>
* include/functions_events.php: Fixed ACLs in responses combo

View File

@ -163,10 +163,6 @@ ALTER TABLE `talert_snmp` ADD COLUMN `al_field7` text NOT NULL;
ALTER TABLE `talert_snmp` ADD COLUMN `al_field8` text NOT NULL;
ALTER TABLE `talert_snmp` ADD COLUMN `al_field9` text NOT NULL;
ALTER TABLE `talert_snmp` ADD COLUMN `al_field10` text NOT NULL;
ALTER TABLE `talert_snmp` ADD COLUMN `_snmp_f7_` text NOT NULL;
ALTER TABLE `talert_snmp` ADD COLUMN `_snmp_f8_` text NOT NULL;
ALTER TABLE `talert_snmp` ADD COLUMN `_snmp_f9_` text NOT NULL;
ALTER TABLE `talert_snmp` ADD COLUMN `_snmp_f10_` text NOT NULL;
ALTER TABLE `talert_snmp` ADD COLUMN `position` int(10) UNSIGNED NOT NULL DEFAULT '0';
-- ----------------------------------------------------------------------
@ -1157,4 +1153,4 @@ UPDATE tconfig SET value = 'pandora_logo_head.png' WHERE token = 'custom_logo';
-- ---------------------------------------------------------------------
-- Table `tnetwork_component` (16/09/13)
-- ---------------------------------------------------------------------
ALTER TABLE `tnetwork_component` CHANGE COLUMN `name` `name` TEXT NOT NULL;
ALTER TABLE `tnetwork_component` CHANGE COLUMN `name` `name` TEXT NOT NULL;