Didn't seem to do anything:
yarn run v1.22.4
warning package.json: Potential typo "script", did you mean "scripts"?
warning package.json: License should be a valid SPDX license expression
$ ./node_modules/.bin/sequelize --config "$(test -d 'transpiled' && echo './transpiled' || echo '.')/server/config/config.js" db:migrate
Sequelize CLI [Node: 10.22.0, CLI: 5.5.0, ORM: 4.43.0]
NODE_ENV: 'production'
COOKIE_INSECURE: true
Loaded configuration file "server/config/config.js".
Using environment "production".
sequelize deprecated String based operators are now deprecated. Please use Symbol based operators for better security, read more at http://docs.sequelizejs.com/manual/tutorial/querying.html#operators node_modules/sequelize/lib/sequelize.js:242:13
No migrations were executed, database schema was already up to date.
Done in 0.75s.