drbenschmidt / dirtleague-discgolf

Disc golf web app for managing players, tournaments, and seasons.
MIT License
4 stars 0 forks source link

Create database migration solution #32

Open drbenschmidt opened 3 years ago

drbenschmidt commented 3 years ago

Once we get to the final schema for this MVP, we'll want to make sure we have an easy way to migrate forward with database changes. Investigate Skeema to see how we can implement the up/down system.

More reading: https://github.blog/2020-02-14-automating-mysql-schema-migrations-with-github-actions-and-more/