Closed kgajera closed 3 years ago
https://github.com/echobind/bisonapp/blob/canary/packages/create-bison-app/template/tests/helpers.ts#L88
The current command does not work when run multiple times on a database. It should use this: yarn prisma migrate reset --force
yarn prisma migrate reset --force
https://github.com/echobind/bisonapp/blob/canary/packages/create-bison-app/template/tests/helpers.ts#L88
The current command does not work when run multiple times on a database. It should use this:
yarn prisma migrate reset --force