You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I catch that its reason is prisma version.
update prisma version to 2.22.0
server\package.json { ... "dependencies": { "@prisma/client": "^2.22.0", ... }, "devDependencies": { "@prisma/cli": "^2.22.0", ... } }
And then remove directory server\prisma\migrations
And type prisma migration deploy on cmd
Activity
guhyeon commentedon May 4, 2021
I catch that its reason is prisma version.
update prisma version to 2.22.0
server\package.json
{ ... "dependencies": { "@prisma/client": "^2.22.0", ... }, "devDependencies": { "@prisma/cli": "^2.22.0", ... } }
And then remove directory server\prisma\migrations
And type
prisma migration deploy
on cmd