PocketBase MCP Server

by mabeldata
Verified

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" }
ID: llc3xla20m