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 >
