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