Removing duplicate db migrations from git repository
问题 I'm trying to deploy a rails app to Heroku and I'm running into some basic git problems. I'm new to this all -- rails, git, heroku -- so I'm afraid I'm getting lost on what's probably a fairly basic concept. I've pushed the app to Heroku, but when I'm migrating the db ($ heroku rake db:migrate), I keep getting the following error: rake aborted! Multiple migrations have the name CreateFavorites Checking my github repository, and sure enough, there are two migrations: 20101007030431_create