Schema Migrations vs Aggregate Evolution: Two Different Problems
📰 Dev.to · Gabriel Anhaia
Adding a column is a migration. Adding a state to an Order aggregate is an evolution. They look alike, but the failure modes and rollbacks are not.
Adding a column is a migration. Adding a state to an Order aggregate is an evolution. They look alike, but the failure modes and rollbacks are not.