Check Schema Version banner
jpicklyk jpicklyk

Check Schema Version

DevOps community

Description

--- description: Check the Flyway schema version of the SQLite database on a Docker volume --- Check the schema version of the Task Orchestrator database on a Docker volume. # Instructions 1. Parse the volume name from the user's command, defaulting to "mcp-task-data" if not provided 2. Create a temporary SQL file with the query 3. Run the Docker command mounting both the volume and the project directory 4. Display the results in a clear, formatted way 5. Clean up the temporary SQL file # Wo

Installation

Installs to ~/.claude/commands/jpicklyk-task-orchestrator-check_schema_version.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/jpicklyk/task-orchestrator/HEAD/.claude/commands/check_schema_version.md -o ~/.claude/commands/jpicklyk-task-orchestrator-check_schema_version.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository