If I have an existing database and I try to run prisma against that DB, does prisma then change username/passwords on that DB? I am asking because I just did that and I had trouble connecting to the database (authentication error on the username). When I used me
reset_db
script (that basically wipes all data and reinitializes the DB), then I was able to log in again.