delimit_data_migrate
Inspect migration files from Alembic, Django, Prisma, or Knex to audit pending and applied migrations before deployment or as a CI gate.
Instructions
Inspect migration files (alembic / Django / Prisma / Knex) for status.
When to use: to audit pending and applied migrations before a deploy, or as a CI gate. When NOT to use: to actually apply migrations (this tool only inspects status) or back up data first (delimit_data_backup).
Sibling contrast: delimit_data_validate exercises data files; delimit_data_backup captures restore points; this reads migration status only.
Side effects: read-only inspection. Calls backends.tools_data.data_migrate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | Project path to scan for migration files. Default "." (cwd). | . |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||