How to Stop Nuking Your Postgres Data When Testing Schema Changes
We've all been there. You're working on a feature that requires a schema migration, you run it against your dev database, something goes wrong, and now your carefully seeded test data is toast. Or worse — you accidentally ran it against staging.
The ...
alan-west.hashnode.dev6 min read