We have Applications like App A, App B, App C & App D. We have implemented multi tenancy and we are using flyway to create database when tenant is boarded, But flyway created A,C,D application schema and tables but for App B is showing Schema B is up to date. No migration necessary.
Folder structure
-DB
– Migrate
-A
AppA.sql
-B
AppB.sql
-C
AppC.sql
-D
AppD.sql
We want to create database of AppB along with tables