Added missing remove_index in AddUniqueIndexOnMembers down migration. #7212

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4610 e93f8b46-1217-0410-a6f0-8f06a7374b81
pull/351/head
Jean-Baptiste Barth 14 years ago
parent 35c35a193c
commit d29052f682
  1. 1
      db/migrate/20101104182107_add_unique_index_on_members.rb

@ -17,5 +17,6 @@ class AddUniqueIndexOnMembers < ActiveRecord::Migration
end
def self.down
remove_index :members, [:user_id, :project_id]
end
end

Loading…
Cancel
Save