Commit 8d0b3c80 by Turadg Aleahmad

Merge pull request #42 from turadg/patch-1

Support :change migrations in Rails 3.1
parents c87fa776 d3335b4b
...@@ -11,7 +11,7 @@ namespace :db do ...@@ -11,7 +11,7 @@ namespace :db do
end end
namespace :migrate do namespace :migrate do
[:up, :down, :reset, :redo].each do |t| [:change, :up, :down, :reset, :redo].each do |t|
task t do task t do
Annotate::Migration.update_annotations Annotate::Migration.update_annotations
end 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