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`