(no title)
kevinmgranger | 2 years ago
I've yet to see tools that handle zero-downtime-migrations well. The manual task of keeping two versions of the same query / model alive (version N and version N+1) is... well, how else would you handle it?
While tools that can generate the model or schema are nice, they never seem to account for this.
Is there some alternative approach I'm missing?
efxhoy|2 years ago