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:
parent
c33e2c92b6
commit
6d070c857a
|
@ -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
|
||||
|
|
|
@ -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`
|
||||
|
|
Loading…
Reference in New Issue