Add DB Migration

Use when a ticket requires a database schema change — a new table/column, an index, a constraint, or a backfill. Invoke for "add a migration for X", "alter the schema", or any change to the persisted data model. Schema changes are high-risk; treat them carefully.

tmj-90 65ab878 2.8 KB Updated

File contents

tmj-90/gaffer/tree/main/runner/skills/add-db-migration commit 65ab878b51

Frequently asked questions

npx skillmds@latest add tmj-90/add-db-migration