0

I want to use db-migrate. But my team wants to use the table name "migrations" for the project. I do not have authority to change that.

Can I configure db-migrate to keep track of its database migrations in another table?

emory
  • 10,725
  • 2
  • 30
  • 58

1 Answers1

0

It was not as hard as I thought it would be. It is right in the documentation - https://db-migrate.readthedocs.io/en/latest/Getting%20Started/installation/.

  --migration-table           Set the name of the migration table.
emory
  • 10,725
  • 2
  • 30
  • 58