Redgate Flyway

Tutorial - View migrations

  1. Navigate to the migrations tab
  2. Clickon a script will show you the script's contents at the bottom.
  3. If the Versioned migration script has a corresponding Undo migration script, you can switch to this view.

  4. 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




Didn't find what you were looking for?