keygen-sh / keygen-api

Keygen is a fair source software licensing and distribution API built with Ruby on Rails. For developers, by developers.
https://keygen.sh
Other
699 stars 40 forks source link

Fix nullable foreign keys (again) #815

Closed ezekg closed 2 months ago

ezekg commented 2 months ago

I guess I gotta do everything twice these days. I shouldn't have been too hasty to deploy #814, since changing a column to NOT NULL in Postgres locks the entire table for reads and writes. This took down production for a few minutes until I could kill the locking queries and revert things. This new PR follows recommendations in strong_migrations.

ezekg commented 2 months ago

Closing this in favor of doing each of these in separate PRs to de-risk.