Dear Ameen,
Thanks for the corrections… I already look at it again and had further discussion on this topic with System Administrators. Sorry, I initially said we should delete the flyway table which shouldn’t be the case, rather this query should be run on the Postgres database:
select * from flyway_schema_history order by installed_rank desc;
This will list the rows in the flyway table and those with issues will show “f” on the “success” column Note “f” is for failed transactions
It is those rows that need to be deleted and restart the tomcat or the server.
1 Like