Supabase Auth
reset_branch
Resets migrations of a development branch. Any untracked data or schema changes will be lost.
Remote Supabase
Other tools also called reset_branch?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"branch_id": {
"type": "string"
},
"migration_version": {
"type": "string",
"description": "Reset your development branch to a specific migration version."
}
}
}