diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index e31e9b1ff9..a39650af67 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2012-11-11 Junichi Satoh + + * extras/pandoradb_migrate_4.0.x_to_5.0.mysql.sql: Fixed a typo. + 2012-11-08 Sancho Lerena * include/functions_config.php: Fixed a XSS in login :-O. Thanks diff --git a/pandora_console/extras/pandoradb_migrate_4.0.x_to_5.0.mysql.sql b/pandora_console/extras/pandoradb_migrate_4.0.x_to_5.0.mysql.sql index 4f5f2bec73..43b8e21eb3 100644 --- a/pandora_console/extras/pandoradb_migrate_4.0.x_to_5.0.mysql.sql +++ b/pandora_console/extras/pandoradb_migrate_4.0.x_to_5.0.mysql.sql @@ -329,7 +329,7 @@ ALTER TABLE tnetwork_map ADD `show_modules` TINYINT(1) UNSIGNED NOT NULL DEFAULT -- Table `tagente_estado` -- ---------------------------------------------------------------------- ALTER TABLE `tagente_estado` ADD COLUMN `last_known_status` tinyint(4) NOT NULL DEFAULT 0; -ALTER TABLE `tagente_estado` ADD COLUMN `last_error` int(4) NOT NULL DEFAULT '0', +ALTER TABLE `tagente_estado` ADD COLUMN `last_error` int(4) NOT NULL DEFAULT '0'; -- --------------------------------------------------------------------- -- Table `tevent_response`