rails run specific migration

Viewed 50862

I've deleted a table in the database, call it X. db:migrate no longer works. I have a migration file called CreateX. Is there a way to run just that specific migration?

1 Answers
Related