From 33077cb1813efce50688a88b15139c569b6a53ab Mon Sep 17 00:00:00 2001 From: jsatoh Date: Sun, 11 Nov 2012 02:24:44 +0000 Subject: [PATCH] 2012-11-11 Junichi Satoh * extras/pandoradb_migrate_4.0.x_to_5.0.mysql.sql: Fixed a typo. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7141 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 4 ++++ .../extras/pandoradb_migrate_4.0.x_to_5.0.mysql.sql | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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`