Skip to content

Commit

Permalink
fixes broken down-migration
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Otte-Witte <marco.otte-witte@simplabs.com>
  • Loading branch information
schoefmann authored and marcoow committed Feb 23, 2009
1 parent b6aab65 commit da2423b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ class <%= class_name %> < ActiveRecord::Migration
end

def self.down
remove_index :name_model_grouping_agregation
remove_index :name_model_grouping_aggregation_period
remove_index :report_caches, :name => :name_model_grouping_agregation
remove_index :report_caches, :name => :name_model_grouping_aggregation_period

drop_table :report_caches
end
Expand Down

0 comments on commit da2423b

Please sign in to comment.