Merged r4610 from trunk.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/1.1-stable@4649 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2011-01-06 21:04:24 +00:00
parent 2fcd4e5271
commit 8794cd3344
1 changed files with 1 additions and 0 deletions

View File

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