AkrosAG / Akros-Marketplace

Apache License 2.0
3 stars 5 forks source link

Add database versioning to project #81

Open stefanleminh opened 2 years ago

stefanleminh commented 2 years ago

As a developer I would like to add a proper versioning tool for my databases so I can easily migrate databases in case of changes instead of doing it manually. Known tools for that are Liquibase and Flyway.

AC1: Upon push to the repository, the remote database gets updated.

DoD

stefanleminh commented 2 years ago

Documentation on liquibase has been created here.