From d889ebd6deaafa28a016422f9821792640c7dd9d Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Date: Sat, 5 Jan 2019 23:26:40 +0100 Subject: [PATCH] IDEMPIERE-3837 Revenue Recognition / fix migration scripts issues --- migration/i6.1z/oracle/201901052200_IDEMPIERE-3837Dict.sql | 7 +++++++ .../i6.1z/postgresql/201901052200_IDEMPIERE-3837Dict.sql | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 migration/i6.1z/oracle/201901052200_IDEMPIERE-3837Dict.sql create mode 100644 migration/i6.1z/postgresql/201901052200_IDEMPIERE-3837Dict.sql 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 +; +