taskain7 commented on code in PR #3391: URL: https://github.com/apache/fineract/pull/3391#discussion_r1301577301
########## 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: this is an existing changeset that's been already executed on mysql. In this case, mysql won't touch it, and PostgreSQL will recognize it as a new changset and just execute it without any problem? -- 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]
