AtlasOfLivingAustralia / image-service

Image repository and tiling services
https://images.ala.org.au
0 stars 17 forks source link

Introduce Flyway for integration tests #196

Open kylie-m opened 3 months ago

kylie-m commented 3 months ago

Flyway is a database migration tool

yasima-csiro commented 3 months ago

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.