IDEMPIERE-4682 oracle has M_INVENTORYLINEMA_KEY is reason error when complete Internal Use Inventory (#2060)

This commit is contained in:
Carlos Ruiz 2023-10-17 03:46:01 +02:00 committed by GitHub
parent b272bd0c5a
commit c91f1b6fb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 0 deletions

View File

@ -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
;

View File

@ -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