diff --git a/migration/i7.1z/oracle/202005121431_IDEMPIERE-1108.sql b/migration/i7.1z/oracle/202005121431_IDEMPIERE-1108.sql new file mode 100644 index 0000000000..77b02e0f9f --- /dev/null +++ b/migration/i7.1z/oracle/202005121431_IDEMPIERE-1108.sql @@ -0,0 +1,7 @@ +UPDATE AD_Column SET AD_Reference_ID = 16 +WHERE AD_Reference_ID != 16 AND ColumnName IN ('Created','Updated') +; + +SELECT register_migration_script('202005121431_IDEMPIERE-1108.sql') FROM dual +; + diff --git a/migration/i7.1z/postgresql/202005121431_IDEMPIERE-1108.sql b/migration/i7.1z/postgresql/202005121431_IDEMPIERE-1108.sql new file mode 100644 index 0000000000..77b02e0f9f --- /dev/null +++ b/migration/i7.1z/postgresql/202005121431_IDEMPIERE-1108.sql @@ -0,0 +1,7 @@ +UPDATE AD_Column SET AD_Reference_ID = 16 +WHERE AD_Reference_ID != 16 AND ColumnName IN ('Created','Updated') +; + +SELECT register_migration_script('202005121431_IDEMPIERE-1108.sql') FROM dual +; +