w3tecch / typeorm-seeding

🌱 A delightful way to seed test data into your database.
https://www.npmjs.com/package/typeorm-seeding
MIT License
887 stars 132 forks source link

[Question] how to run the seeds without duplicating? #120

Closed ezequielvictor closed 3 years ago

ezequielvictor commented 3 years ago

I am able to use it normally, but whenever I run the seed: run it duplicates the data that was already there, I am worried about that because we are also in production