checkout_commit
Switch a schema to a specific commit in a branch, enabling inspection or rollback to an earlier database state.
Instructions
Переключить схему на конкретный коммит в ветке.
Args:
project_uuid: UUID проекта.
schema_uuid: UUID схемы.
branch_name: Ветка (по умолчанию main).
commit_id: Числовой ID коммита.
commit_uuid: UUID коммита.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| commit_id | No | ||
| branch_name | No | main | |
| commit_uuid | No | ||
| schema_uuid | Yes | ||
| project_uuid | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |