Database Migration Verification

Prove a migration did what it claimed — before/after row counts, column checksums, constraint and index state, invariant queries, an exercised application read path, and a rehearsed rollback. Use after a migration has been applied to any environment and before anyone reports it as working, or when reviewing someone else's claim that a migration succeeded. Not for planning or sequencing the migration (that is migrations), and it does not treat a clean exit code, a green CI run, or a backup's existence as proof.

nahid-sparktales Updated

File contents

nahid-sparktales/agent-dispatcher/tree/main/skills/database/database-migration-verification commit a5ded31e3d

Frequently asked questions

npx skillmds@latest add nahid-sparktales/database-migration-verification