Postgres: Adding foreign keys with zero downtime
This blog post discusses foreign key migrations, which have consistently burned me in Rails. It’s only vaguely related to Ruby, but I thought I’d share. There is a PR in Rails to hopefully make these migrations a little easier in the future.
Post a comment