From 6d070c857a4b36cabaa93e8571987005406d0322 Mon Sep 17 00:00:00 2001 From: jsatoh Date: Sun, 8 Jul 2012 13:33:45 +0000 Subject: [PATCH] 2012-07-08 Junichi Satoh * extras/pandoradb_migrate_4.0.x_to_5.0.mysql.sql: Added missing ';'. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6750 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 87ab104537..16bce56344 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2012-07-08 Junichi Satoh + + * extras/pandoradb_migrate_4.0.x_to_5.0.mysql.sql: Added missing ';'. + 2012-07-06 Sergio Martin * godmode/modules/manage_network_components_form.php 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 9a24cdea33..c861e63243 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 @@ -266,7 +266,7 @@ PRIMARY KEY (`id_pass`) -- Table `tconfig` -- ----------------------------------------------------- UPDATE tconfig SET `value`='comparation' -WHERE `token`= 'prominent_time' +WHERE `token`= 'prominent_time'; -- ----------------------------------------------------- -- Table `tnetwork_component`