You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem i am facing is that the migration is anyway executed even if using hsql... this could in some cases lead to some false error of database migration
https://github.com/openbaton/NFVO/blob/develop/main/src/main/java/org/openbaton/nfvo/system/FlywayConfig.java#L43 initialize the Flyway object, however it calls immediately the migrate method, probably without considering the configuration settings which are applied immediately after.
A possible change is to call the migrate method as following:
The text was updated successfully, but these errors were encountered: