galovics commented on code in PR #2288:
URL: https://github.com/apache/fineract/pull/2288#discussion_r855878653
##########
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:
Thinking.. Do we need this change at all?
--
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]