Commit d29052f6 authored by Jean-Baptiste Barth's avatar Jean-Baptiste Barth

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
parent 35c35a19
......@@ -17,5 +17,6 @@ class AddUniqueIndexOnMembers < ActiveRecord::Migration
end
def self.down
remove_index :members, [:user_id, :project_id]
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