I have different migrations file
20120205111326_change_users_login_limit.rb
20120223110929_change_attachments_container_defaults.rb
20120223110300_change_locals_container_defaults.rb
20120223110301_change_position_tracs.rb
I want to run up migration of 20120205111326
, 20120223110929
, 20120223110300
just before the last migration but condition is that it should not point its migration VERSION numbers...
Is there any ways to do it...please suggest me..
Thank you in advance