Created
March 28, 2017 17:33
-
-
Save jhamon/ec7e51b9b244db8fa3b7b06fb6e80c8d to your computer and use it in GitHub Desktop.
Troubleshooting Flyway migrations
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- See which migrations have been successfully applied and in what order | |
select installed_rank,version,success from schema_version order by installed_rank |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment