Monica-CodingWorld commented on code in PR #5264:
URL: https://github.com/apache/fineract/pull/5264#discussion_r2648904363
##########
fineract-provider/src/main/resources/db/changelog/tenant/changelog-tenant.xml:
##########
@@ -91,7 +91,7 @@
<include
file="parts/0069_add_unique_constraint_for_reversal_external_id_of_loan_transactions.xml"
relativeToChangelogFile="true"/>
<include
file="parts/0070_add_event_configuration_for_delinquency_range_change_event.xml"
relativeToChangelogFile="true"/>
<include
file="parts/0071_add_external_id_support_for_loan_transaction.xml"
relativeToChangelogFile="true"/>
- <include file="parts/0072_add_result_and status_to_command_source.xml"
relativeToChangelogFile="true" />
+ <include file="parts/0072_add_result_and_status_to_command_source.xml"
relativeToChangelogFile="true" />
Review Comment:
Hi @adamsaghy,
I’ve added a new Liquibase changeset
(0071_1_fix_invalid_filename_for_0072.xml) that updates the incorrect filename
entry in databasechangelog and executes before
0072_add_result_and_status_to_command_source.xml, ensuring it won’t be executed
twice.
Please let me know if any adjustments are needed.
--
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]