scinote-web/db/migrate/20170105162500_add_index_to_users_full_name.rb
2017-06-30 10:23:28 +02:00

6 lines
117 B
Ruby

class AddIndexToUsersFullName < ActiveRecord::Migration[4.2]
def change
add_index :users, :full_name
end
end