adamsaghy commented on code in PR #2547:
URL: https://github.com/apache/fineract/pull/2547#discussion_r966814707
##########
fineract-provider/src/main/resources/db/changelog/tenant/parts/0016_changed_unique_constraint_of_ref_no.xml:
##########
@@ -26,6 +26,6 @@
<dropUniqueConstraint tableName="m_savings_account_transaction"
constraintName="m_savings_account_transaction_ref_no_key"/>
</changeSet>
<changeSet author="fineract" id="1" context="mysql">
- <dropUniqueConstraint tableName="m_savings_account_transaction"
constraintName="ref_no"/>
+ <dropUniqueConstraint tableName="m_savings_account_transaction"
constraintName="transaction_ref_no"/>
Review Comment:
I am a little bit confused here. This changeset is 2-3 month old. We have
integration tests which executed on all 3 db engine, and there were no any
issues so far.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]