Hello Karthik, Thanks for that observation.
The link you shared doesn't seem to work...anyway the flyway setting can be viewed in https://github.com/apache/fineract-cn-customer/blob/develop/service/src/main/resources/application.yml for customer and is similar for other services. Next steps could be to ; 1. Enable flyway throughout these repositories and 2. Either a ) Write a wiki on how to manually create servers from scratch to create baseline tables OR b) Write code which does that automatically. What do you think? Cheers, Isaac Kamga. On Thu, Jan 17, 2019 at 8:19 AM Karthik Ananthakrishnan <[email protected]> wrote: > 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 >
