ResearchEquals.com
ResearchEquals.com copied to clipboard
Fixing seeding the test db too much
This PR fixes the issue where we can seed the test db too much, potentially reading to an issue of having duplicate data for the fields with unique constraints.
I added console.log
to output messages when the seeding script is skipping the seeding.
Fixes #892