Hacker News new | ask | show | jobs
by aeonflux 1646 days ago
> Migrations are a solved problem in Django

Still, no information how they are better than the migrations in Rails?

1 comments

They are automatically generated from the model. It presents some warts etc, but works pretty well. It basically does require some hooks to ensure that developers don't work on the same migration at once, but not a big deal.