Hacker News new | ask | show | jobs
by javajosh 1148 days ago
> Django migrations are the gold standard here in my opinion

Intriguing. In JavaWorld it's really only Flyway and Liquibase, and the important self-imposed rule, "Thou shalt never remove a column from a table."

1 comments

I've always resisted the Django migration approach personally. One of the things I disliked most about it.