Migration in rails 2.1
Wednesday, May 28th, 2008Some new migration feature in rails 2.1, Migration version number was keep trak in database, that means new rails was replace 'shema_info' with a new table called 'schema migrations'.The old 'schema_info' in Rails 2.0 just save the number of latest migration that has been execute but 'schema migrations' table was created ...




