`db push` is all of a sudden giving me this error ...
# prisma-client
l
db push
is all of a sudden giving me this error
Copy code
Response: Database `mydb-test.public` does not exist on the database server at `localhost:5432`.
this used to be fine, the docs state
db push
will create the database if the database does not exist, so I’m not sure why this is now happening?