Migration Execution [deprecated]
https://{your-workspace-slug}.{region}.xata.sh/db/db_branch_name/migrations/execute
This endpoint is called in the style of an RPC (Remote Procedure Call) when a migration is to be executed against a specific database.
Expected parameters
Name | Description | In | Required | Schema |
---|---|---|---|---|
db_branch_name | The DBBranchName matches the pattern `{db_name}:{branch_name}`. | path | ✅ | string |
Migrate Branch [Deprecated]
POSThttps://{your-workspace-slug}.{region}.xata.sh/db/db_branch_name/migrations/execute
Apply a migration plan to the branch