Run command for db migrate

Hello! Does somebody help me, please))
I have are node app also i use sequelize ORM and i`m going to deploy my app, but i can not find any info about how to start command for run db:migrate in render.
Does somebody deployed the same app and run command for run db migrate and seeders?

Hi,

You would likely run migration commands as part of your Build Command, e.g.

npm install && npm run build && migration_commands_here

Alan

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.