Hi! I have the following issue, due to some constr...
# prisma-whats-new
s
Hi! I have the following issue, due to some constraints, I have to wipe from time to time all data from the prisma service and then re-import it. Currently I'm performing a prisma local nuke in the development docker environment. Since this is only working on the host machine and requires docker-compose, it is for the use case not the best solution. Does anyone have another idea how to wipe all data from remote? (the delete methods are at the moment not working as expected since this is still work in progress: https://github.com/graphcool/prisma/issues/1262)