List All Rails Migrations And Their Status
Sometimes, it is nice to know what migrations you have before running them. You can get a list of migrations and their status with:
rake db:migrate:status
Tweet
Sometimes, it is nice to know what migrations you have before running them. You can get a list of migrations and their status with:
rake db:migrate:status
Tweet