get_sync_schema_gaps
Identify SQL migrations that continuous sync skipped and will never re-offer, revealing schema gaps in the live database. Returns the missing migrations for manual review and application decision.
Instructions
List SQL migrations that continuous sync was asked to apply to this project's live database and never applied — a run failed and was never retried, or the work was skipped — where the diff window has since moved past them, so no future sync will re-offer them. Each entry means the file exists in the repo and is missing from the database. An empty list is the healthy case. Report these to the user; do NOT try to re-apply them automatically — replaying months-old DDL against a live database is the user's decision.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Connected project ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | Parsed JSON response from the Staticbot public API |