Db Push banner
0xGF 0xGF

Db Push

Data community

Description

--- description: Push Prisma schema to database (use with caution) allowed-tools: Bash(npx:*), Bash(pnpm:*), Bash(npm:*) --- # Database Push Command Push the Prisma schema to the database: ```bash npx prisma db push # or if configured in package.json pnpm db:push npm run db:push ``` **WARNING**: This command modifies the database schema. It should be used carefully: - In development: Safe to use for quick iterations - In production: Use migrations instead Before running, ask the user to co

Installation

Installs to ~/.claude/commands/0xgf-solana-fullstack-webapp-skills-db-push.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/0xGF/solana-fullstack-webapp-skills/HEAD/.claude/commands/db-push.md -o ~/.claude/commands/0xgf-solana-fullstack-webapp-skills-db-push.md

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

Full documentation available on GitHub

View Source Repository