Pass/fail gate for reviewing database migration PRs — checks destructive DROP/RENAME for a two-phase plan, locking column defaults on hot tables, non-concurrent indexes on big tables, down-migrations that mirror the up, and backfills embedded in the schema change. Use when reviewing a migration file
Pass/fail gate for reviewing database migration PRs — checks destructive DROP/RENAME for a two-phase plan, locking column defaults on hot tables, non-concurrent indexes on big tables, down-migrations that mirror the up, and backfills embedded in the schema change. Use when reviewing a migration file or schema-change PR before merge.