serverless-sequelize-migrations icon indicating copy to clipboard operation
serverless-sequelize-migrations copied to clipboard

Fix deprecation warning

Open dnicolson opened this issue 4 years ago • 0 comments

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"

dnicolson avatar Aug 22 '21 22:08 dnicolson