manelferreira / serverless-sequelize-migrations

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

Fix deprecation warning #33

Closed dnicolson closed 1 year ago

dnicolson commented 3 years ago

This pull request fixes the following deprecation warning:

CLI options definitions were upgraded with "type" property (which could be one of "string", "boolean", "multiple"). Below listed plugins do not predefine type for introduced options:
 - SequelizeMigrations for "path", "verbose", "name", "rollback", "dbDialect", "dbHost", "dbPort", "dbName", "dbUsername", "dbPassword", "times", "status"
manelferreira commented 1 year ago

I've just released a new update fixing all the stuff that was deprecated, so I thought it was easier to do all at once. I'm going to close this PR as these changes were already made. Thank you very much!