20181102142526_object_manager_attribute_indexes.rb 195 B

1234567
  1. class ObjectManagerAttributeIndexes < ActiveRecord::Migration[5.1]
  2. def change
  3. add_index :object_manager_attributes, :active
  4. add_index :object_manager_attributes, :updated_at
  5. end
  6. end