manelferreira / serverless-sequelize-migrations

A Serverless plugin to manage sequelize migrations
MIT License
21 stars 17 forks source link

migrationsPath not working #11

Closed robsonkades closed 4 years ago

robsonkades commented 4 years ago

serverless.yml

custom:
  migrationsPath: ./custom/migrations/path'

running only default folder the migration


Successfully created migrations folder at "/Users/robsonkades/git/serverless/migrations".
New migration was created at /Users/robsonkades/git/serverless/migrations/20200405120739-test.js .```

Versions: 
"serverless-sequelize-migrations": "^1.0.6",
"sequelize": "^5.21.6",
manelferreira commented 4 years ago

Hi @robsonkades , how are you? Hope everything is fine.

Thank you very much for the warning. I've fixed the problem earlier today. There's a new version of the plugin on npm.

Let me know if you find any more bugs.