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 +; +