Initial commit
This commit is contained in:
17
.agents/skills/db-migrate/SKILL.md
Normal file
17
.agents/skills/db-migrate/SKILL.md
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
name: db-migrate
|
||||
description: Run database migrations in Medusa
|
||||
allowed-tools: 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
|
||||
Reference in New Issue
Block a user