Merge pull request #7569 from corda/colljos/fix_sdr_index

ENT-11127  Update index name (to meet Oracle max length limitation of 30 chars).
This commit is contained in:
Adel El-Beik 2023-11-09 15:50:05 +00:00 committed by GitHub
commit 28bbe09710
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@
</changeSet>
<changeSet author="R3.Corda" id="node_sender_distr_recs_add_indexes">
<createIndex indexName="node_sender_distr_recs_keyinfo_idx" tableName="node_sender_distr_recs">
<createIndex indexName="node_sender_distr_recs_idx1" tableName="node_sender_distr_recs">
<column name="transaction_id"/>
<column name="timestamp"/>
<column name="timestamp_discriminator"/>