What's the best way to flush my seeded data to sta...
# developers
a
What's the best way to flush my seeded data to start anew with
yarn dx
? I've tried removing the postgres docker container, tried
yarn clean
, tried
yarn db-seed
as well and it preserves the data changes I made locally
For anyone searching for this later:
Copy code
$ cd packages/prisma
$ yarn db-nuke