IDEMPIERE-5136: Set Messages at tenant level - missing Oracle DROP INDEX (#2322)
This commit is contained in:
parent
611a863707
commit
13bf6bf51d
|
@ -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
|
||||
;
|
|
@ -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
|
Loading…
Reference in New Issue