galovics commented on code in PR #4559: URL: https://github.com/apache/fineract/pull/4559#discussion_r2040596723
########## fineract-provider/src/main/resources/db/changelog/tenant-store/changelog-tenant-store.xml: ########## @@ -22,6 +22,8 @@ <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.1.xsd"> + <include file="parts/0001_initial_schema.xml" relativeToChangelogFile="true"/> Review Comment: @alberto-art3ch I'm not sure what you really mean here. We are seeing fineract startup just perfectly fine without any intervention. The reason this was split into 2 files is to be able to handle a switchover from old (<1.6.0 Fineract) Flyway migrations to Liquibase. -- 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]
