apply_migration_plan
Apply a reviewed migration plan atomically with forward SQL and rollback steps, using a stable name and review hash for consistent ledger updates.
Instructions
Apply a reviewed fully transactional migration and its ledger row atomically
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Stable migration name | |
| steps | Yes | The exact reviewed ordered statement pairs | |
| review_hash | Yes | Exact 64-character review hash from create_migration_plan | |
| timeout_seconds | No | ||
| lock_timeout_seconds | No |