Closed
Description
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
Labels
No labels