Skip to content

Commit 8d0b3c8

Browse files
committed
Merge pull request #42 from turadg/patch-1
Support :change migrations in Rails 3.1
2 parents c87fa77 + d3335b4 commit 8d0b3c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/migrate.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ namespace :db do
1111
end
1212

1313
namespace :migrate do
14-
[:up, :down, :reset, :redo].each do |t|
14+
[:change, :up, :down, :reset, :redo].each do |t|
1515
task t do
1616
Annotate::Migration.update_annotations
1717
end

0 commit comments

Comments
 (0)