diff --git a/migration/i4.1z/oracle/201710312204_IDEMPIERE-3411.sql b/migration/i4.1z/oracle/201710312204_IDEMPIERE-3411.sql new file mode 100644 index 0000000000..54fd136292 --- /dev/null +++ b/migration/i4.1z/oracle/201710312204_IDEMPIERE-3411.sql @@ -0,0 +1,8 @@ +-- IDEMPIERE-3411 +update ad_sysconfig set entitytype='D' where ad_sysconfig_id in ( +200104 +); + +SELECT register_migration_script('201710312204_IDEMPIERE-3411.sql') FROM dual +; + diff --git a/migration/i4.1z/postgresql/201710312204_IDEMPIERE-3411.sql b/migration/i4.1z/postgresql/201710312204_IDEMPIERE-3411.sql new file mode 100644 index 0000000000..54fd136292 --- /dev/null +++ b/migration/i4.1z/postgresql/201710312204_IDEMPIERE-3411.sql @@ -0,0 +1,8 @@ +-- IDEMPIERE-3411 +update ad_sysconfig set entitytype='D' where ad_sysconfig_id in ( +200104 +); + +SELECT register_migration_script('201710312204_IDEMPIERE-3411.sql') FROM dual +; +