Skip to content

db_migrate not migrating #292

@danhixon

Description

@danhixon

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions