2011-10-10 Tomas Palacios <tomas.palacios@artica.es>
* extras/pandoradb_migrate_v3.2_to_v4.0.sql: Updated to provide additional compatibility with older versions of MySQL. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5058 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
066296d58f
commit
165446bcda
|
@ -1,3 +1,8 @@
|
|||
2011-10-10 Tomas Palacios <tomas.palacios@artica.es>
|
||||
|
||||
* extras/pandoradb_migrate_v3.2_to_v4.0.sql: Updated to provide
|
||||
additional compatibility with older versions of MySQL.
|
||||
|
||||
2011-10-10 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* extensions/snmp_explorer.php: Updated missed fix in snmp explorer
|
||||
|
|
|
@ -182,7 +182,7 @@ ALTER TABLE `tagente_modulo` ADD COLUMN (`str_critical` text DEFAULT '');
|
|||
ALTER TABLE `tagente_modulo` ADD COLUMN (`extended_info` text DEFAULT '');
|
||||
ALTER TABLE `tagente_modulo` ADD INDEX module (`id_modulo`);
|
||||
ALTER TABLE `tagente_modulo` ADD INDEX nombre (`nombre` (255));
|
||||
CREATE INDEX `module_group` on tagente_modulo (`id_module_group`) using btree;
|
||||
CREATE INDEX `module_group` using btree on tagente_modulo (`id_module_group`);
|
||||
|
||||
-- -----------------------------------------------------
|
||||
-- Table `tevento`
|
||||
|
|
Loading…
Reference in New Issue