Database Migrations

Safe, reversible schema and data migrations for production databases, covering lock-free column and index changes, expand-contract renames, batched backfills, explicit constraint names, rollback strategy, and the review gates a migration must pass. Use when you say "add a column to this table", "create this index without downtime", "rename a column safely", "backfill ten million rows", or "how do we roll this migration back". Not for index choice and query tuning, use `postgres-patterns`.

Lukk17 34c3049 6 files · 22.2 KB Updated

File contents

Lukk17/agent-standards/tree/main/.agents/skills/database-migrations commit 34c3049ae1

Frequently asked questions

npx skillmds@latest add lukk17/database-migrations