I'm going to store seeder history into sequelizedata
table.
Is there a way to run pending seeders?
Right now, regarding to sequelize --help
there is only:
db:seed
- runs specific seederdb:seed:all
- runs all seeders
Neither of both are working