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 +