Hello, how do I avoid resetting the database on pr...
# prisma-client
t
Hello, how do I avoid resetting the database on production? Currently the resetting is not under my control, it resets the database sometimes and sometimes it doesn't.
j
You can also demand from Prisma not to reset as often, or surface more why it is wanting to rest in the first place. A github issue would be a good place for that I guess.