Rafael4DC / AssemblyOdin

Assembly point management system - Codename: Odin
Other
2 stars 0 forks source link

As a tech lead I want my team to know and understand database script versioning #52

Open YuriValle opened 6 months ago

YuriValle commented 6 months ago

While a software is functioning it goes through evolutive and corrective changes. A database may change it's schema. These schemas must follow an order. Liquibase is a solution used in large projects.

YuriValle commented 6 months ago

Further reading at https://www.liquibase.com/