db-migrate
Installation
Summary
Execute pending Medusa database migrations and report results.
- Runs
npx medusa db:migratevia Bash to apply all pending migrations to your Medusa database - Reports migration outcomes including count of applied migrations, any errors encountered, and success confirmation
- Designed for Medusa projects with standard npm/npx setup
SKILL.md
Run Database Migrations
Execute the Medusa database migration command to apply pending migrations.
Use the Bash tool to execute: npx medusa db:migrate
Report the migration results to the user, including:
- Number of migrations applied
- Any errors that occurred
- Success confirmation