Hacker News new | ask | show | jobs
by DenisM 4284 days ago
Why is it hard to drop an extra column from a database, or to change its type? ALTER TABLE...
1 comments

It a) takes time, and b) means current code can not possibly work. Worse, it c) means canceling a rollout is now a complicated process, due to b.