I have a Postgres connection string of this form:
postgres://postgres:[email protected]/my-db
When I do prisma db push, I get this:
Datasource "db": PostgreSQL database "my-db", schema "public" at "lol.hello.eu-west-1.rds.amazonaws.com:undefined"
It seems like we should fill in the default value for the port if it's not in the connection string.
I have a Postgres connection string of this form:
When I do
prisma db push, I get this:It seems like we should fill in the default value for the port if it's not in the connection string.