Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to pass multiple seeding files to db:seed #523

Closed
mattia85 opened this issue Aug 23, 2017 · 2 comments
Closed

Unable to pass multiple seeding files to db:seed #523

mattia85 opened this issue Aug 23, 2017 · 2 comments
Labels

Comments

@mattia85
Copy link

Hi all,
i'm trying to execute the following command without success:
sequelize db:seed --seed server/seeders/seed1.js, server/seeders/seed2.js --url $DB_URL

The result is that only seed2 will be executed.
The documentation say this: --seed List of seed files to run.
Someone can explain me how to pass multiple files?

Thanks

@sushantdhiman
Copy link
Contributor

Its a bug that I found out while working on next release, should be fixed in next release if no one submits a PR first.

@sushantdhiman
Copy link
Contributor

480f3fc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants