Hello all,

Currently flyway is by default disabled in Fineract CN. So, additional
script will not get executed and we need to clean DB and run the server
with provisioner true.

To enable flyway,
Open application.yml in service/src/main/resources/application.yml
<https://github.com/OakNorthAI/fineract-cn-office/pull/6/files#diff-cd5a6dcc05a167315084bee31280665a>
in
all repos and change flyway enabled to true.

After this change, we need to create run the server from scratch so that
flyway baseline tables are created and populated.

Regards,
Karthik

Reply via email to