2012-07-08 Junichi Satoh <junichi@rworks.jp>

* 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
This commit is contained in:
jsatoh 2012-07-08 13:33:45 +00:00
parent c33e2c92b6
commit 6d070c857a
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2012-07-08 Junichi Satoh <junichi@rworks.jp>
* extras/pandoradb_migrate_4.0.x_to_5.0.mysql.sql: Added missing ';'.
2012-07-06 Sergio Martin <sergio.martin@artica.es>
* godmode/modules/manage_network_components_form.php

View File

@ -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`