prisma-cli-migrate-resolve

Installation
SKILL.md

prisma migrate resolve

Resolves issues with database migrations, such as failed migrations or baselining.

Command

prisma migrate resolve [options]

What It Does

Updates the _prisma_migrations table to manually change the state of a migration. This is a recovery tool.

Options

You must provide exactly one of --applied or --rolled-back.

Installs
10
GitHub Stars
8
First Seen
Apr 3, 2026
prisma-cli-migrate-resolve — prisma/cursor-plugin