Hacker News new | ask | show | jobs
by robocat 969 days ago
How do you manage schema changes?
1 comments

Table renames don’t break anything.

Changing columns must be done to both tables in a transaction. Unit tests verify that the table columns match.