-
Notifications
You must be signed in to change notification settings - Fork 483
db_migrate not migrating #292
Copy link
Copy link
Closed
Description
I've added a migration but it doesn't run when I deploy. I try:
$ mina rails:db_migrate
-----> DB migrations unchanged; skipping DB migration
I tried:
force_migrate=true mina rails:db_migrate
-----> Migrating database
Could not locate Gemfile
I tried:
$ diff -r 264/db/migrate 265/db/migrate
Only in 265/db/migrate: 20150320184220_add_redirect_to_communication_types.rb
I'd love any ideas on what I can do to make this work? Thanks in advance! Mina is so good.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels