Tutorial - View migrations
Published 12 September 2025
- Navigate to the migrations tab
- Clickon a script will show you the script's contents at the bottom.
If the Versioned migration script has a corresponding Undo migration script, you can switch to this view.
You can use the Open button to open the script in your preferred editor.
Run the following command to list all migration scripts detected by Flyway. Note that this does not include callbacks.
flyway info -url=jdbc:h2:mem