Recent migrations only include the forward `up` step; there is no tested `down` migration, which makes rolling back a bad deploy risky in production. **Proposal:** Require and test a rollback path for schema-changing migrations going forward.
Recent migrations only include the forward
upstep; there is no testeddownmigration, which makes rolling back a bad deploy risky in production.Proposal: Require and test a rollback path for schema-changing migrations going forward.