db-migrate
von medusajs
Führe ausstehende Medusa-Datenbankmigrationen aus und melde Ergebnisse. Führt npx medusa db:migrate über Bash aus, um alle ausstehenden Migrationen auf deine Medusa-Datenbank anzuwenden. Meldet Migrationsergebnisse einschließlich Anzahl der angewendeten Migrationen, aufgetretene Fehler und Erfolgsbestätigung. Entwickelt für Medusa-Projekte mit standardmäßiger npm/npx-Einrichtung.
npx skills add https://github.com/medusajs/medusa-agent-skills --skill db-migrateRun 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