marta-jankovics commented on code in PR #4037:
URL: https://github.com/apache/fineract/pull/4037#discussion_r1738959121


##########
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:
   The problem is that scripts marked with custom_changelog run after the 
normal run was finished. This is not correct. I'll fix this with a a small PR 
today.
   See https://github.com/apache/fineract/pull/4041



-- 
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]

Reply via email to