From 48c28f9f503690d6cc523c9979dcb89021428908 Mon Sep 17 00:00:00 2001 From: hieplq Date: Mon, 10 Aug 2015 01:19:54 +0800 Subject: [PATCH] IDEMPIERE-2488:Info Window run Query twice wrong script --- ...81982-IDEMPIERE-2470.sql => 201509081982-IDEMPIERE-2488.sql} | 2 +- ...81982-IDEMPIERE-2470.sql => 201509081982-IDEMPIERE-2488.sql} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename migration/i2.1z/oracle/{201509081982-IDEMPIERE-2470.sql => 201509081982-IDEMPIERE-2488.sql} (98%) rename migration/i2.1z/postgresql/{201509081982-IDEMPIERE-2470.sql => 201509081982-IDEMPIERE-2488.sql} (98%) diff --git a/migration/i2.1z/oracle/201509081982-IDEMPIERE-2470.sql b/migration/i2.1z/oracle/201509081982-IDEMPIERE-2488.sql similarity index 98% rename from migration/i2.1z/oracle/201509081982-IDEMPIERE-2470.sql rename to migration/i2.1z/oracle/201509081982-IDEMPIERE-2488.sql index 5d7ce3c09c..bbb9953d84 100644 --- a/migration/i2.1z/oracle/201509081982-IDEMPIERE-2470.sql +++ b/migration/i2.1z/oracle/201509081982-IDEMPIERE-2488.sql @@ -67,6 +67,6 @@ UPDATE AD_Field SET SeqNo=220,Updated=TO_DATE('2015-08-09 23:45:12','YYYY-MM-DD ; UPDATE AD_InfoWindow SET isLoadPageNum = 'Y' ; -SELECT register_migration_script('201509081982-IDEMPIERE-2470.sql') FROM dua l +SELECT register_migration_script('201509081982-IDEMPIERE-2488.sql') FROM dual l ; diff --git a/migration/i2.1z/postgresql/201509081982-IDEMPIERE-2470.sql b/migration/i2.1z/postgresql/201509081982-IDEMPIERE-2488.sql similarity index 98% rename from migration/i2.1z/postgresql/201509081982-IDEMPIERE-2470.sql rename to migration/i2.1z/postgresql/201509081982-IDEMPIERE-2488.sql index cc53268465..fc67aaa9cf 100644 --- a/migration/i2.1z/postgresql/201509081982-IDEMPIERE-2470.sql +++ b/migration/i2.1z/postgresql/201509081982-IDEMPIERE-2488.sql @@ -64,6 +64,6 @@ UPDATE AD_Field SET SeqNo=220,Updated=TO_TIMESTAMP('2015-08-09 23:45:12','YYYY-M ; UPDATE AD_InfoWindow SET isLoadPageNum = 'Y' ; -SELECT register_migration_script('201509081982-IDEMPIERE-2470.sql') FROM dua l +SELECT register_migration_script('201509081982-IDEMPIERE-2488.sql') FROM dual ;