Hi! I'm trying to apply custom migration with the ...
# orm-help
e
Hi! I'm trying to apply custom migration with the line
Copy code
CREATE ROLE grafana WITH PASSWORD 'password';
but Prisma falls with the error:
Copy code
ERROR: role "grafana" already exists
I've deleted the role, I've reseted DB but the error is still here. Does anybody know what might be the case?
changed the name of the role to "grafana2" and the error didn't go. Something is wrong with creating roles via migrations 🤔