· software
The basics of managing the database schema changes
Building an application requires data storage and, consequently, database schemas When you update a released application, you must often modify these schemas....
Building an application requires data storage and, consequently, database schemas When you update a released application, you must often modify these schemas....
Background Recently I had to integrate a database migration tool into our CI pipeline. At first we picked golang-migrate because it is popular and widely recom...