|
|
|
|
|
by charleslmunger
3413 days ago
|
|
In a large system, every change that comes with stored data needs to have a plan for rolling back - usually it's as simple as "ignore but save" for a new column in the DB, or "write to both, read from old" for a backend migration. |
|