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
{{ message }}
This repository was archived by the owner on Mar 10, 2018. It is now read-only.
I'm getting an
ActiveRecord::DuplicateMigrationNameErrorduringrake db:migrateMy steps are:
bundle installrake coupons:install:migrationsrake db:migratewhich generates the following error:I only have new 1 migration file in
db/migrateand none of my existing migrations have the name SetupCoupons.Rails 4.2.6
Ruby 2.3.1p112
Bundler 1.12.5