require 'code_to_customer/yagni_migrations' # make migrations renumberable... ActiveRecord::Migration.send(:include, CodeToCustomer::YagniMigration) ActiveRecord::Migrator.send(:include, CodeToCustomer::YagniMigrator) # swap the preference back to numbered.... ActiveRecord::Base.timestamped_migrations = false