I'm running the following command: sequelize migration:create addNewadmintovideos
And I'm getting this output:
Sequelize [Node: 0.12.3, CLI: 1.7.0, ORM: 3.3.1]
Loaded configuration file "config/config.json".
Using environment "development".
Using gulpfile /usr/local/lib/node_modules/sequelize-cli/lib/gulpfile.js
Task 'addNewAdminToVideos' is not in your gulpfile
Please try migration:create --name
On Wed, Jun 24, 2015 at 10:03 PM, Bruno Siqueira [email protected]
wrote:
I'm running the following command: sequelize migration:create addNewadmintovideos
And I'm getting this output:
Sequelize [Node: 0.12.3, CLI: 1.7.0, ORM: 3.3.1]
Loaded configuration file "config/config.json".
Using environment "development".
Using gulpfile /usr/local/lib/node_modules/sequelize-cli/lib/gulpfile.jsTask 'addNewAdminToVideos' is not in your gulpfile
Reply to this email directly or view it on GitHub:
https://github.com/sequelize/cli/issues/143
Thank you, @sdepold. Sorry for the "did not read the help doc" question.
Most helpful comment
Please try migration:create --name
On Wed, Jun 24, 2015 at 10:03 PM, Bruno Siqueira [email protected]
wrote: