diff --git a/migration/i6.1z/oracle/201901052200_IDEMPIERE-3837Dict.sql b/migration/i6.1z/oracle/201901052200_IDEMPIERE-3837Dict.sql new file mode 100644 index 0000000000..157ef095c7 --- /dev/null +++ b/migration/i6.1z/oracle/201901052200_IDEMPIERE-3837Dict.sql @@ -0,0 +1,7 @@ +UPDATE ad_column SET entitytype='D' WHERE ad_column_id=213821; + +UPDATE ad_element SET entitytype='D' WHERE ad_element_id=203286; + +SELECT register_migration_script('201901052200_IDEMPIERE-3837Dict.sql') FROM dual +; + diff --git a/migration/i6.1z/postgresql/201901052200_IDEMPIERE-3837Dict.sql b/migration/i6.1z/postgresql/201901052200_IDEMPIERE-3837Dict.sql new file mode 100644 index 0000000000..157ef095c7 --- /dev/null +++ b/migration/i6.1z/postgresql/201901052200_IDEMPIERE-3837Dict.sql @@ -0,0 +1,7 @@ +UPDATE ad_column SET entitytype='D' WHERE ad_column_id=213821; + +UPDATE ad_element SET entitytype='D' WHERE ad_element_id=203286; + +SELECT register_migration_script('201901052200_IDEMPIERE-3837Dict.sql') FROM dual +; +