From e612d302f9ee666745a419c99c7a96e42a4c5f01 Mon Sep 17 00:00:00 2001 From: jsatoh Date: Sun, 8 Jul 2012 13:38:38 +0000 Subject: [PATCH] 2012-07-08 Junichi Satoh * 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 --- pandora_console/ChangeLog | 5 +++++ .../extras/pandoradb_migrate_4.0.x_to_5.0.oracle.sql | 2 +- .../extras/pandoradb_migrate_4.0.x_to_5.0.postgreSQL.sql | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 16bce56344..dc4610fb05 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2012-07-08 Junichi Satoh + + * 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 * extras/pandoradb_migrate_4.0.x_to_5.0.mysql.sql: Added missing ';'. diff --git a/pandora_console/extras/pandoradb_migrate_4.0.x_to_5.0.oracle.sql b/pandora_console/extras/pandoradb_migrate_4.0.x_to_5.0.oracle.sql index 6846f87608..b2f784a263 100644 --- a/pandora_console/extras/pandoradb_migrate_4.0.x_to_5.0.oracle.sql +++ b/pandora_console/extras/pandoradb_migrate_4.0.x_to_5.0.oracle.sql @@ -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` diff --git a/pandora_console/extras/pandoradb_migrate_4.0.x_to_5.0.postgreSQL.sql b/pandora_console/extras/pandoradb_migrate_4.0.x_to_5.0.postgreSQL.sql index b13546ff42..d4bfaa149c 100644 --- a/pandora_console/extras/pandoradb_migrate_4.0.x_to_5.0.postgreSQL.sql +++ b/pandora_console/extras/pandoradb_migrate_4.0.x_to_5.0.postgreSQL.sql @@ -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`