From c91f1b6fb889c64d6e68cb7920466addc437dc5b Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Date: Tue, 17 Oct 2023 03:46:01 +0200 Subject: [PATCH] IDEMPIERE-4682 oracle has M_INVENTORYLINEMA_KEY is reason error when complete Internal Use Inventory (#2060) --- .../iD10/oracle/202310161741_IDEMPIERE-4682.sql | 12 ++++++++++++ .../iD10/postgresql/202310161741_IDEMPIERE-4682.sql | 5 +++++ 2 files changed, 17 insertions(+) create mode 100644 migration/iD10/oracle/202310161741_IDEMPIERE-4682.sql create mode 100644 migration/iD10/postgresql/202310161741_IDEMPIERE-4682.sql diff --git a/migration/iD10/oracle/202310161741_IDEMPIERE-4682.sql b/migration/iD10/oracle/202310161741_IDEMPIERE-4682.sql new file mode 100644 index 0000000000..29b340f311 --- /dev/null +++ b/migration/iD10/oracle/202310161741_IDEMPIERE-4682.sql @@ -0,0 +1,12 @@ +-- IDEMPIERE-4682 oracle has M_INVENTORYLINEMA_KEY is reason error when complete Internal Use Inventory +SELECT register_migration_script('202310161741_IDEMPIERE-4682.sql') FROM dual; + +SET SQLBLANKLINES ON +SET DEFINE OFF + +DROP INDEX M_INVENTORYLINEMA_KEY +; + +DROP INDEX M_MOVEMENTLINEMA_KEY +; + diff --git a/migration/iD10/postgresql/202310161741_IDEMPIERE-4682.sql b/migration/iD10/postgresql/202310161741_IDEMPIERE-4682.sql new file mode 100644 index 0000000000..81e8d67070 --- /dev/null +++ b/migration/iD10/postgresql/202310161741_IDEMPIERE-4682.sql @@ -0,0 +1,5 @@ +-- IDEMPIERE-4682 oracle has M_INVENTORYLINEMA_KEY is reason error when complete Internal Use Inventory +SELECT register_migration_script('202310161741_IDEMPIERE-4682.sql') FROM dual; + +-- Placeholder, the problem is just in oracle +