migrations
Installation
SKILL.md
Rails Migrations Expert
Write safe, reversible, forward-only migrations for Rails 8.1 applications.
Golden Rules
These are non-negotiable. Violating any of them causes real production pain.
1. NEVER Edit Old Migrations
Once a migration has been committed (especially if run in production), it is frozen forever. Don't touch it. Write a new migration instead.