adamsaghy commented on code in PR #4037:
URL: https://github.com/apache/fineract/pull/4037#discussion_r1736992907


##########
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:
   I guess the problem might be the order of execution of the liquibase 
scripts. @marta-jankovics What do you think?



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