bulk_apply_migrations
Apply multiple migration patches in a single batch, with each patch undergoing four validations before any write is performed.
Instructions
Apply multiple migration patches in one batch (with validation).
All patches go through 4 validations before writing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | If True, bypass destructive write protection for all patches | |
| migrations_json | Yes | JSON string containing array of migrations |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||