holidayextras / jsonapi-server

A config driven NodeJS framework implementing json:api and GraphQL
MIT License
488 stars 115 forks source link

Each redeploy wipes the database #436

Open dougmolineux opened 4 years ago

dougmolineux commented 4 years ago

Hi there!

Thank you for this project, it appears that each time I redeploy my code, something is wiping my database clean.

I thought I had found the part of my code that was doing this:

myResource.handlers.populate({ force: true });

However, I took this code out and it's still happening. What am I doing wrong here?

Thanks again, Doug