Skip to content

Instantly share code, notes, and snippets.

@jhamon
Created March 28, 2017 17:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jhamon/ec7e51b9b244db8fa3b7b06fb6e80c8d to your computer and use it in GitHub Desktop.
Save jhamon/ec7e51b9b244db8fa3b7b06fb6e80c8d to your computer and use it in GitHub Desktop.
Troubleshooting Flyway migrations
-- 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