Skip to main content
Glama

PocketBase MCP Server

by mabeldata

revert_migration

Revert a specific migration file in PocketBase databases to undo schema changes. Specify the migration file name to execute the rollback process.

Instructions

Revert a specific migration file.

Input Schema

NameRequiredDescriptionDefault
migrationFileYesName of the migration file to revert.

Input Schema (JSON Schema)

{ "properties": { "migrationFile": { "description": "Name of the migration file to revert.", "type": "string" } }, "required": [ "migrationFile" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mabeldata/pocketbase-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server