mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 07:43:16 +10:00
When prisma:migrate-dev needs to reset the database it will run the seed script to repopulate data. Now that we've added the seed script to our root setup command we will want to avoid this behaviour since we will end up double seeding the database which currently can cause issues.