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

* extras/pandoradb_migrate_4.0.x_to_5.0.oracle.sql,
	extras/pandoradb_migrate_4.0.x_to_5.0.postgreSQL.sql: Added missing ';'.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6751 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
jsatoh 2012-07-08 13:38:38 +00:00
parent 6d070c857a
commit e612d302f9
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2012-07-08 Junichi Satoh <junichi@rworks.jp>
* extras/pandoradb_migrate_4.0.x_to_5.0.oracle.sql,
extras/pandoradb_migrate_4.0.x_to_5.0.postgreSQL.sql: Added missing ';'.
2012-07-08 Junichi Satoh <junichi@rworks.jp>
* extras/pandoradb_migrate_4.0.x_to_5.0.mysql.sql: Added missing ';'.

View File

@ -268,7 +268,7 @@ CREATE SEQUENCE tpassword_history_s INCREMENT BY 1 START WITH 1;
-- Table `tconfig`
-- -----------------------------------------------------
UPDATE tconfig SET value='comparation'
WHERE token='prominent_time'
WHERE token='prominent_time';
-- -----------------------------------------------------
-- Table `tnetwork_component`

View File

@ -257,7 +257,7 @@ CREATE TABLE IF NOT EXISTS "tpassword_history" (
-- Table `tconfig`
-- -----------------------------------------------------
UPDATE TABLE tconfig SET "value"='comparation'
WHERE "token"='prominent_time'
WHERE "token"='prominent_time';
-- -----------------------------------------------------
-- Table `tnetwork_component`