Skip to content

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

Closed

Description

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions