Database Migration banner
ysyecust ysyecust

Database Migration

Data community

Description

--- name: database-migration description: Workflow command scaffold for database-migration in everything-claude-code. allowed_tools: ["Bash", "Read", "Write", "Grep", "Glob"] --- # /database-migration Use this workflow when working on **database-migration** in `everything-claude-code`. ## Goal Database schema changes with migration files ## Common Files - `**/schema.*` - `migrations/*` ## Suggested Sequence 1. Understand the current state and failure mode before editing. 2. Make the smal

Installation

Installs to ~/.claude/commands/ysyecust-everything-claude-code-database-migration.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/ysyecust/everything-claude-code/HEAD/.claude/commands/database-migration.md -o ~/.claude/commands/ysyecust-everything-claude-code-database-migration.md

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

Full documentation available on GitHub

View Source Repository