DB Migration Safety

Review or write a database schema migration with production safety as the bar, checking lock behavior, table rewrites, backfill strategy, deploy-order compatibility (expand-contract), index creation, and rollback, for Postgres, MySQL, and common ORMs' migration tools. Use when adding or reviewing a migration, renaming or dropping columns, adding constraints or indexes to large tables, or planning a backfill.

KhaledSaeed18 fa9bf1d 2 files · 5.4 KB Updated

File contents

KhaledSaeed18/dotclaude/tree/main/skills/engineering/db-migration-safety commit fa9bf1d591

Frequently asked questions

npx skillmds@latest add khaledsaeed18/db-migration-safety