Hey, facing a very weird issue where prisma migrat...
# orm-help
s
Hey, facing a very weird issue where prisma migrate is throwing
Error: P1000
while the
@prisma/client
is able to connect with the same .env values. Anyone else faced this issue? Any pointers as to what can fix it?
a
Hey Soumyajit đź‘‹ , Could you share the connection string snippet from your .env (login info redacted)?
s
Hey thanks. But it’s fine now I worked with
db push
. I went through the docs again to find
db migrate
is discouraged on planetscale DBs (which I had missed somehow earlier) and that’s what I was using. I just wonder why the first 15 migrations ran and it failed on the 16th migration change even though I didn’t do any branching or other changes on my planetscale DB.