Apparently database names in Postgres are case sensitive. I requested my DBAs to to create the database Zeal
but got zeal
. When I updated my connection string to zeal
, the migrations applied successfully.
CLICK HERE to find out more related problems solutions.