mirror of
https://github.com/redmine/redmine.git
synced 2025-12-15 21:10:27 +01:00
Speedup remove_inherited_roles (#22850).
Patch by Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@15883 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddIndexOnMemberRolesInheritedFrom < ActiveRecord::Migration
|
||||
def change
|
||||
add_index :member_roles, :inherited_from
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user