From c4aa91189dc345fb0a40512f6cb74da85ad634e7 Mon Sep 17 00:00:00 2001 From: jsatoh Date: Tue, 22 Mar 2011 01:26:26 +0000 Subject: [PATCH] 2011-03-22 Junichi Satoh * extras/pandoradb_migrate_v3.2_to_v4.0.sql: Added missing ';'. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4112 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 4 ++++ pandora_console/extras/pandoradb_migrate_v3.2_to_v4.0.sql | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 868d94242c..861cc7bbea 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2011-03-22 Junichi Satoh + + * extras/pandoradb_migrate_v3.2_to_v4.0.sql: Added missing ';'. + 2011-03-21 Javier Lanz * include/functions_events.php: Truncated agent and module name diff --git a/pandora_console/extras/pandoradb_migrate_v3.2_to_v4.0.sql b/pandora_console/extras/pandoradb_migrate_v3.2_to_v4.0.sql index 1bd3f2f0f2..a0eb1f688b 100644 --- a/pandora_console/extras/pandoradb_migrate_v3.2_to_v4.0.sql +++ b/pandora_console/extras/pandoradb_migrate_v3.2_to_v4.0.sql @@ -39,7 +39,7 @@ ALTER TABLE `treport_content` ADD COLUMN `exception_condition_value` DOUBLE (18, ALTER TABLE `treport_content` ADD COLUMN `show_resume` INT NOT NULL DEFAULT 0; ALTER TABLE `treport_content` ADD COLUMN `order_uptodown` INT NOT NULL DEFAULT 0; ALTER TABLE `treport_content` ADD COLUMN `show_graph` INT NOT NULL DEFAULT 0; -ALTER TABLE `treport_content` ADD COLUMN `group_by_agent` INT NOT NULL DEFAULT 0 +ALTER TABLE `treport_content` ADD COLUMN `group_by_agent` INT NOT NULL DEFAULT 0; -- ----------------------------------------------------- -- Table `tusuario`