nathanblend

db/migrate/100_…

leave a comment »

A large rails project I’m working on hit the 100th migration milestone today. Despite what some might say, I love migrations. It think it’s really cool (if not 100% necessary) to be able to look back at the roadmap that the database has followed to get to where it is. I’ve never had to rollback a migration, but I can sleep easier knowing that all 100 migrations have valid self.down methods.

Written by nathanblend

January 8, 2008 at 1:22 am

Posted in Uncategorized

Leave a Reply