Files
suplement/.agents/skills/db-migrate/SKILL.md
2026-03-07 11:07:45 -03:00

411 B

name, description, allowed-tools
name description allowed-tools
db-migrate Run database migrations in Medusa Bash(npx medusa db:migrate:*)

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