sequelize / cli

The Sequelize CLI
MIT License
2.53k stars 528 forks source link

db:seed:undo --seed [file] => No seeders found. #1176

Open sirber opened 1 year ago

sirber commented 1 year ago

What you are doing?

seeding a single file, then undo it

What do you expect to happen?

undo to find the seding

What is actually happening?

No seeders found.

image

db:seed:undo:all finds it

Output, either JSON or SQL

Dialect: sqlite Database version: latest Sequelize CLI version: 6.5.1 Sequelize version: 6.24.0

nbkhope commented 1 year ago

I also get the same problem with sequelize@6.28.0, sequelize-cli@6.6.0

galinkyuchukov commented 1 year ago

+1 sequelize 6.31.1

WikiRik commented 1 year ago

Looking at the test we have for this it seems like you need to include the extension to the file, could that be correct?