Running SQL script on Oracle database with Spring Boot and FlyWay on shows successful log result, but fails to create the tables. The only thing which is being created in the database is the flyway_history table which has in it an item with the value <> Deleting the row and restarting the application solves the problem. Where can be the problem, can't really understand. Disabling the baseline option in Spring Boot application does not affect on it. An help from a professional would appreciate.
Asked
Active
Viewed 308 times
0
-
would you please add some logs to dictate the problem to a specific. – Vikrant Kashyap Feb 18 '19 at 05:10
-
The log says the version have been migrated successfuly. No script failure, no exception unfortunately. – X-HuMan Feb 18 '19 at 08:24