How prevent that prisma does changes on my DDBB? I...
# orm-help
m
How prevent that prisma does changes on my DDBB? I have in my
docker-compose.yml
file the option
migrations
to false, but it's doing all changes according to my datamodel.prisma, I want to do my changes in DDBB directly and when I deploy my server it should check if the datamodel is ok with my DDBB. I'm using
1.34.5
version.