adamsaghy commented on code in PR #5264:
URL: https://github.com/apache/fineract/pull/5264#discussion_r2648540646
##########
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:
Simply renaming is not sufficient. It will fail on instances with existing
database. Please create a new liquibase changeset which will be executed before
`0072_add_result_and_status_to_command_source.xml`
- Update the existing filename in the `databasechangelog` file from
`0072_add_result_and status_to_command_source.xml` to
`0072_add_result_and_status_to_command_source.xml` -> So this changeset will
not be executed twice!
--
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]