alberto-art3ch commented on code in PR #4559: URL: https://github.com/apache/fineract/pull/4559#discussion_r2037336599
########## 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: I'll review but If we have not those two xml in that file in an initial database we have an error with the tenant store migrations, I mean the `fineract_tenant` schema is not created -- 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]
