Commit d3335b4b by Turadg Aleahmad

Support :change migrations in Rails 3.1

parent 1e9a75ee
......@@ -11,7 +11,7 @@ namespace :db do
end
namespace :migrate do
[:up, :down, :reset, :redo].each do |t|
[:change, :up, :down, :reset, :redo].each do |t|
task t do
Annotate::Migration.update_annotations
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment