data-migration
Installation
SKILL.md
Data Migration
The Law
EVERY MIGRATION NEEDS A ROLLBACK.
A migration without a rollback plan is a one-way door.
Before you open it, know how to close it.
When to Use
Use this skill before:
- Any
ALTER TABLEin production - Any column rename, type change, or removal
- Any large
UPDATEorDELETE(more than 1000 rows) - Any index creation on a large table
- Any data backfill or transformation script