Migrate
Runs pending Prisma migrations for TenantFlow.
Usage
/migrate— run pending migrations against development DB/migrate --staging— run against staging database/migrate --prod— run against production (confirms before proceeding)
Workflow
- Show pending migrations —
npx prisma migrate status - Review — list the pending migration files and summarize what they change
- Confirm with user before running against staging or production
- Run — `npx
[Description truncada. Veja o README completo no GitHub.]