????

Your IP : 3.133.113.101


Current Path : C:/inetpub/vhost/redmine/db/migrate/
Upload File :
Current File : C:/inetpub/vhost/redmine/db/migrate/20161002133421_add_index_on_member_roles_inherited_from.rb

class AddIndexOnMemberRolesInheritedFrom < ActiveRecord::Migration[4.2]
  def change
    add_index :member_roles, :inherited_from
  end
end