From 9d050a96b3b4c6d18d31615aa2bf564315e2f08f Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Date: Tue, 12 May 2020 14:56:19 +0200 Subject: [PATCH] IDEMPIERE-1108 Some bugs found while testing 2Pack / solves 32 errors in dictionary columns (#52) --- migration/i7.1z/oracle/202005121431_IDEMPIERE-1108.sql | 7 +++++++ migration/i7.1z/postgresql/202005121431_IDEMPIERE-1108.sql | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 migration/i7.1z/oracle/202005121431_IDEMPIERE-1108.sql create mode 100644 migration/i7.1z/postgresql/202005121431_IDEMPIERE-1108.sql 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 +; +