marta-jankovics commented on code in PR #4037:
URL: https://github.com/apache/fineract/pull/4037#discussion_r1738851152
##########
custom/acme/loan/job/src/main/resources/db/custom-changelog/0001_acme_loan_job.xml:
##########
@@ -42,4 +42,10 @@
<column name="is_mismatched_job" valueBoolean="true"/>
</insert>
</changeSet>
+ <changeSet author="acme" id="2">
+ <update tableName="job">
+ <column name="short_name" value="ACM_NOOP"/>
+ <where>name='Acme Noop Job'</where>
+ </update>
+ </changeSet>
Review Comment:
0001_acme_loan_job.xml
should run before
0146_add_final_constraints.xm
make sure that in
db/changelog/db.changelog-master.xml
your module changeling-master.xml is listed before
tenant/final-changelog-tenant.xml
--
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]