From fb9db664be9965d81526133b5acaf8eda29d9936 Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Date: Tue, 31 Oct 2017 22:03:30 +0100 Subject: [PATCH] IDEMPIERE-3352 Enhancement of Batch Level Costing --- migration/i4.1z/oracle/201710312201_IDEMPIERE-3352.sql | 8 ++++++++ .../i4.1z/postgresql/201710312201_IDEMPIERE-3352.sql | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 migration/i4.1z/oracle/201710312201_IDEMPIERE-3352.sql create mode 100644 migration/i4.1z/postgresql/201710312201_IDEMPIERE-3352.sql diff --git a/migration/i4.1z/oracle/201710312201_IDEMPIERE-3352.sql b/migration/i4.1z/oracle/201710312201_IDEMPIERE-3352.sql new file mode 100644 index 0000000000..299ec52f0d --- /dev/null +++ b/migration/i4.1z/oracle/201710312201_IDEMPIERE-3352.sql @@ -0,0 +1,8 @@ +-- IDEMPIERE-3352 +update ad_field set entitytype='D' where ad_field_id in ( +204438 +); + +SELECT register_migration_script('201710312201_IDEMPIERE-3352.sql') FROM dual +; + diff --git a/migration/i4.1z/postgresql/201710312201_IDEMPIERE-3352.sql b/migration/i4.1z/postgresql/201710312201_IDEMPIERE-3352.sql new file mode 100644 index 0000000000..299ec52f0d --- /dev/null +++ b/migration/i4.1z/postgresql/201710312201_IDEMPIERE-3352.sql @@ -0,0 +1,8 @@ +-- IDEMPIERE-3352 +update ad_field set entitytype='D' where ad_field_id in ( +204438 +); + +SELECT register_migration_script('201710312201_IDEMPIERE-3352.sql') FROM dual +; +