Hi Awasum, Thanks for the reply. There were some issues regarding the naming conventions of sql files. It's now working fine.
Thanks & Regards, Benura On 2021/07/12 17:04:32, Awasum Yannick <[email protected]> wrote: > Hi Benura, > > This sounds like the table you want to query does not exist yet. You have > to add the SQL file here : > https://github.com/apache/fineract/tree/develop/fineract-provider/src/main/resources/sql/migrations/core_db > following the flyway format so that migration can take place on startup. > > > > On Tue, Jul 6, 2021 at 12:01 PM Benura Abeywardena <[email protected]> > wrote: > > > Hi All, > > > > I'm Benura Abeywardena, a GSoC intern this year. I'm working on the idea > > "Improve Robustness of Fineract by fixing feature/issues from the Backlog". > > Currently I'm facing a build failure in travis due to not recognizing the > > newly added .sql files under resources->sql.migrations->core_db. Can anyone > > provide an answer on this, how to add a new .sql files with queries? > > > > ```WARNING: Could not execute query > > org.drizzle.jdbc.internal.common.query.DrizzleParameterizedQuery@5f460812: > > Table 'fineract_default.m_collateral_management' doesn't exist``` > > > > Thanks & Regards, > > Benura Abeywardena > > >
