#26DELIVERYRELEASE
Database Migrations
Versioned schema changes
Medium
Overview
Versioned, reviewable database schema changes. Applied automatically during deployment.
Why It Matters
Schema changes are code. Reviewed, tested, reversible. No manual SQL in prod.
Implementation Pattern
- 1Use migration framework
- 2Review migrations in PRs
- 3Test migrations in staging
- 4Apply automatically on deploy
Tool Examples
These are examples, not endorsements. Choose what fits your context.
Dependencies
Requires (must have first)
Same Phase
Other capabilities in this pipeline phase