Local development with Prisma Postgres
does anyone know what version of the cli makes this port option available?
https://www.prisma.io/docs/postgres/database/local-development#2-applying-migrations-and-seeding-data
I'm on 6.8.2 and it doesnt' seem to be available
---
additionally, does anyone know why Prisma Postgres is trying to access the port set in in the proxy and env variables + 1 to run migrations?
port 51214 isn't listed anywhere in our entire codebase or env vars
https://www.prisma.io/docs/postgres/database/local-development#2-applying-migrations-and-seeding-data
I'm on 6.8.2 and it doesnt' seem to be available
---
additionally, does anyone know why Prisma Postgres is trying to access the port set in in the proxy and env variables + 1 to run migrations?
port 51214 isn't listed anywhere in our entire codebase or env vars