From 23aeb5ca0f76126ac8d0c50cd2c8c289be51d422 Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Date: Tue, 12 Mar 2013 19:11:51 -0500 Subject: [PATCH] =?UTF-8?q?IDEMPIERE-726=20/=20fix=20migration=20script=20?= =?UTF-8?q?datetime=20-=20thanks=20to=20Michael=20H=C3=BCttemann=20for=20r?= =?UTF-8?q?eporting?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...3121619_IDEMPIERE-726.sql => 201303121619_IDEMPIERE-726.sql} | 2 +- ...3121619_IDEMPIERE-726.sql => 201303121619_IDEMPIERE-726.sql} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename migration/i1.0a-release/oracle/{201203121619_IDEMPIERE-726.sql => 201303121619_IDEMPIERE-726.sql} (99%) rename migration/i1.0a-release/postgresql/{201203121619_IDEMPIERE-726.sql => 201303121619_IDEMPIERE-726.sql} (99%) diff --git a/migration/i1.0a-release/oracle/201203121619_IDEMPIERE-726.sql b/migration/i1.0a-release/oracle/201303121619_IDEMPIERE-726.sql similarity index 99% rename from migration/i1.0a-release/oracle/201203121619_IDEMPIERE-726.sql rename to migration/i1.0a-release/oracle/201303121619_IDEMPIERE-726.sql index 55480a53b7..33148b34cb 100644 --- a/migration/i1.0a-release/oracle/201203121619_IDEMPIERE-726.sql +++ b/migration/i1.0a-release/oracle/201303121619_IDEMPIERE-726.sql @@ -133,6 +133,6 @@ UPDATE AD_Field SET SeqNo=170,Updated=TO_DATE('2013-03-12 23:33:06','YYYY-MM-DD UPDATE AD_Field SET SeqNo=0,Updated=TO_DATE('2013-03-12 23:33:06','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=4785 ; -SELECT register_migration_script('201203121619_IDEMPIERE-726.sql') FROM dual +SELECT register_migration_script('201303121619_IDEMPIERE-726.sql') FROM dual ; diff --git a/migration/i1.0a-release/postgresql/201203121619_IDEMPIERE-726.sql b/migration/i1.0a-release/postgresql/201303121619_IDEMPIERE-726.sql similarity index 99% rename from migration/i1.0a-release/postgresql/201203121619_IDEMPIERE-726.sql rename to migration/i1.0a-release/postgresql/201303121619_IDEMPIERE-726.sql index fabfe99dd7..6d9f5b6045 100644 --- a/migration/i1.0a-release/postgresql/201203121619_IDEMPIERE-726.sql +++ b/migration/i1.0a-release/postgresql/201303121619_IDEMPIERE-726.sql @@ -133,6 +133,6 @@ UPDATE AD_Field SET SeqNo=170,Updated=TO_TIMESTAMP('2013-03-12 23:33:06','YYYY-M UPDATE AD_Field SET SeqNo=0,Updated=TO_TIMESTAMP('2013-03-12 23:33:06','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=4785 ; -SELECT register_migration_script('201203121619_IDEMPIERE-726.sql') FROM dual +SELECT register_migration_script('201303121619_IDEMPIERE-726.sql') FROM dual ;