You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sounds like it runs the migration against the same db twice maybe ?
try with an older/newer version of a gem to verify that it's not a regression or already fixed
Recently something wierd has been happening with this gem for me.
After I run a migration, I see this in the
schema.rb
If I then run
rake parallel:setup
, I get an error:If I comment out the statement in schema.rb it works fine, but the comments are overwritten after each new migration.
The text was updated successfully, but these errors were encountered: