Skip to content

Existing migration not updated by bin/rails generate solid_queue:install #322

Closed
@floehopper

Description

@floehopper

The notes in UPGRADING.md suggest that when you run bin/rails generate solid_queue:install after upgrading to v0.7.1, there should be a minor change to a migration. However, it seems as if the rails railties:install:migrations FROM=solid_queue step does not update / overwrite an existing version of the migration. Is this a limitation of railties?

I fixed this by deleting the existing migration, re-running rails railties:install:migrations FROM=solid_queue, overwriting the original migration with the code in the new migration.

This isn't causing me a problem any more, but I thought I'd mention it in case anyone else ran into the same issue.

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