diff --git a/migration/i6.2z/oracle/201905160920_IDEMPIERE-3799.sql b/migration/i6.2z/oracle/201905160920_IDEMPIERE-3971.sql similarity index 99% rename from migration/i6.2z/oracle/201905160920_IDEMPIERE-3799.sql rename to migration/i6.2z/oracle/201905160920_IDEMPIERE-3971.sql index d49931c0fd..99d7b60c19 100644 --- a/migration/i6.2z/oracle/201905160920_IDEMPIERE-3799.sql +++ b/migration/i6.2z/oracle/201905160920_IDEMPIERE-3971.sql @@ -1406,5 +1406,5 @@ UPDATE AD_Table SET Name='Process Customization',Updated=TO_DATE('2019-05-16 09: -SELECT register_migration_script('201905160920_IDEMPIERE-3799.sql') FROM dual +SELECT register_migration_script('201905160920_IDEMPIERE-3971.sql') FROM dual ; \ No newline at end of file diff --git a/migration/i6.2z/postgresql/201905160920_IDEMPIERE-3799.sql b/migration/i6.2z/postgresql/201905160920_IDEMPIERE-3971.sql similarity index 99% rename from migration/i6.2z/postgresql/201905160920_IDEMPIERE-3799.sql rename to migration/i6.2z/postgresql/201905160920_IDEMPIERE-3971.sql index f332c3ff02..323e98e9d7 100644 --- a/migration/i6.2z/postgresql/201905160920_IDEMPIERE-3799.sql +++ b/migration/i6.2z/postgresql/201905160920_IDEMPIERE-3971.sql @@ -1401,5 +1401,5 @@ UPDATE AD_Table SET Name='Process Customization',Updated=TO_TIMESTAMP('2019-05-1 ; -SELECT register_migration_script('201905160920_IDEMPIERE-3799.sql') FROM dual +SELECT register_migration_script('201905160920_IDEMPIERE-3971.sql') FROM dual ; \ No newline at end of file