confirm_change
Commit a database change that was previously proposed and previewed. Re-validates and re-executes the statement before applying, ensuring only approved writes are committed.
Instructions
Commit a change that propose_change previewed.
The statement is re-validated and re-executed, then committed. The change_id must be one propose_change returned, still unused and not yet expired. There is no way to commit a write without one.
Args: change_id: The id returned by propose_change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| change_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |