IDEMPIERE-5136: Set Messages at tenant level - missing Oracle DROP INDEX (#2322)

This commit is contained in:
Nicolas Micoud 2024-04-22 16:31:34 +02:00 committed by Carlos Ruiz
parent 611a863707
commit 13bf6bf51d
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,8 @@
-- IDEMPIERE-5136
SELECT register_migration_script('202404220830_IDEMPIERE-5136_MissingDropIndex.sql') FROM dual;
SET SQLBLANKLINES ON
SET DEFINE OFF
DROP INDEX AD_MESSAGE_TRL_KEY
;

View File

@ -0,0 +1,4 @@
-- IDEMPIERE-5136
SELECT register_migration_script('202404220830_IDEMPIERE-5136_MissingDropIndex.sql') FROM dual;
-- only for Oracle as there was a missing DROP INDEX instruction