trabajo-afectivo/db/migrate/20181102142526_object_manager_attribute_indexes.rb

8 lines
195 B
Ruby
Raw Normal View History

class ObjectManagerAttributeIndexes < ActiveRecord::Migration[5.1]
def change
add_index :object_manager_attributes, :active
add_index :object_manager_attributes, :updated_at
end
end