You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Flyway is a database migration tool and it allows you to version control your database schema and apply changes in a structured manner. You can include migration scripts with your application and have them executed automatically during integration tests.
Release 3.0.0:
- Grails 5 Upgrade (#177)
- Grails 6 Upgrade (#193)
- Update to support JUnit 5 with embedded postgres (#198)
- Update ALA security libraries to latest version (#194)
- Integration of Micronaut HTTP client for tests (#195)
- Introduce Flyway for integration tests (#196)
- Various test and configuration fixes and optimisations (#197)
Flyway is a database migration tool
The text was updated successfully, but these errors were encountered: