I keep on getting duplicate devise migration files with the same name but different time stamp in my rails app. I thought the only way to create a migration is to do so manually. If so, why are these migrations being created?
Is it safe to simply delete one of these files?