adamsaghy commented on code in PR #3391: URL: https://github.com/apache/fineract/pull/3391#discussion_r1301586738
########## fineract-investor/src/main/resources/db/changelog/tenant/module/investor/parts/0010_external_transafer_status_external_transfer_id_constraints.xml: ########## @@ -22,7 +22,7 @@ <databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.3.xsd"> - <changeSet author="fineract" id="1" context="mysql"> + <changeSet author="fineract" id="1"> Review Comment: Originally there was no context, but at a later stage by mistake the context=mysql was added. Now i remove the context again to avoid conflicts and checksum issues. -- 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]
