Flyway looking for schema history table during first install
Easwar
Posts: 1 New member
Getting below error during fresh installation using flway with mysql database
Failed to instantiate [org.flywaydb.core.Flyway]: Circular reference involving containing bean 'com.biznuvo.core.orm.OrmAppConfig' - consider declaring the factory method as static for independence from its containing instance. Factory method 'flyway' threw exception; nested exception is org.flywaydb.core.api.FlywayException: Found non-empty schema(s) `bznv_designer` but no schema history table. Use baseline() or set baselineOnMigrate to true to initialize the schema history table.
Failed to instantiate [org.flywaydb.core.Flyway]: Circular reference involving containing bean 'com.biznuvo.core.orm.OrmAppConfig' - consider declaring the factory method as static for independence from its containing instance. Factory method 'flyway' threw exception; nested exception is org.flywaydb.core.api.FlywayException: Found non-empty schema(s) `bznv_designer` but no schema history table. Use baseline() or set baselineOnMigrate to true to initialize the schema history table.