summaryrefslogtreecommitdiffstats
path: root/db/migrate/20161002133421_add_index_on_member_roles_inherited_from.rb
blob: f806a31fd1148d694433aaf9ba99a8ed532b1b0c (plain)
1
2
3
4
5
class AddIndexOnMemberRolesInheritedFrom < ActiveRecord::Migration[4.2]
  def change
    add_index :member_roles, :inherited_from
  end
end