An error thrown by the Prisma API that indicates that applying migrations in dev failed such that the entire database needs to be reset. You can do that by calling prisma.database.resetDev.
prisma.database.resetDev
@augment-vir/node
Readonly
An error thrown by the Prisma API that indicates that applying migrations in dev failed such that the entire database needs to be reset. You can do that by calling
prisma.database.resetDev
.Package
@augment-vir/node