taskain7 commented on code in PR #2288:
URL: https://github.com/apache/fineract/pull/2288#discussion_r856320974


##########
fineract-provider/src/main/resources/application.properties:
##########
@@ -99,7 +99,7 @@ 
spring.datasource.hikari.dataSourceProperties['dumpQueriesOnException']=${FINERA
 spring.jpa.open-in-view=false
 
 # Liquibase configuration
-spring.liquibase.enabled=true
+spring.liquibase.enabled=${fineract.mode.write-enabled}

Review Comment:
   At some point we have to tell to Spring that Liquibase migration should we 
skipped, and as far as I am aware this way we can be sure Spring does not run 
any Liquibase related code. If you have any suggestion where should we put this 
condition then feel free to share, you are way more familiar with the Liquibase 
configuration in Fineract than me.



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