# db-migrate > Database migrations and schema management. TODO: Implement for backend. Invoked by: "migrate", "db migrate", "database migration", "schema change". - Author: alejandropereira - Repository: eleva-labs/agentic-coding-templates - Version: 20260125100031 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/eleva-labs/agentic-coding-templates - Web: https://mule.run/skillshub/@@eleva-labs/agentic-coding-templates~db-migrate:20260125100031 --- --- name: db-migrate description: >- Database migrations and schema management. TODO: Implement for backend. Invoked by: "migrate", "db migrate", "database migration", "schema change". context: fork agent: general-purpose --- # DB Migrate **Status**: Stub - Not Implemented **Domain**: Backend ## Overview This is a placeholder skill for backend repositories. It will guide database migration workflows including schema changes, data migrations, and rollback procedures. ## TODO - [ ] Define workflow for migration creation - [ ] Define workflow for migration execution - [ ] Define workflow for rollback procedures - [ ] Add templates for migration files - [ ] Add supporting files for common migration patterns - [ ] Document zero-downtime migration strategies --- **End of Skill**