Sha256: 52df535813724064b153117b7f864db0063298cf938cd26c94eb742578f5e144

Contents?: true

Size: 134 Bytes

Versions: 1

Compression:

Stored size: 134 Bytes

Contents

class AddIndexToNormalizedNameOnPeople < ActiveRecord::Migration
  def change
    add_index :unico_people, :normalized_name
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
unico-training-7.8.0 db/migrate/20140930165938_add_index_to_normalized_name_on_people.rb