I am trying to rebuild the DB from scratch (locall...
# orm-help
l
I am trying to rebuild the DB from scratch (locally) and apply a modified schema. I have deleted the old SQL docker image but when I do
prisma deploy
or
prisma deploy --force
it gets stuck with the message
Copy code
Applying changes (1/57) ⣯
. Has anyone come across this issue and/or know of a solution?
c
Can you do
prisma reset
then check if
prisma deploy
get stuck again.
l
Yeah, did a reset but it gets stuck, had do create a new projet with a different name. Still in dev so not a big issue
c
Hmm, that's weird. To help Prisma team, you can also create an issue where you specify the steps to repro, in case you have them 🙂
👌 1
l
I will see if I have time