public
Description: Ruby on Rails plugin to provide notification when you need to run migrations
Homepage: http://blog.hasmanythrough.com/2008/3/2/migration-concordance
Clone URL: git://github.com/joshsusser/migration_concordance.git
Search Repo:
migration_concordance / uninstall.rb
100644 3 lines (3 sloc) 0.126 kb
1
2
3
puts ""
puts "Don't forget to remove the call to ActiveRecord::Migrator.check_concordance from config/environment.rb"
puts ""