mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
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
f64dfa86fb
commit
f070bbfa40
@ -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>
|
2011-10-10 Sergio Martin <sergio.martin@artica.es>
|
||||||
|
|
||||||
* extensions/snmp_explorer.php: Updated missed fix in snmp explorer
|
* 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 COLUMN (`extended_info` text DEFAULT '');
|
||||||
ALTER TABLE `tagente_modulo` ADD INDEX module (`id_modulo`);
|
ALTER TABLE `tagente_modulo` ADD INDEX module (`id_modulo`);
|
||||||
ALTER TABLE `tagente_modulo` ADD INDEX nombre (`nombre` (255));
|
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`
|
-- Table `tevento`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user