# Copyright (C) 2012-2024 Zammad Foundation, https://zammad-foundation.org/

class ObjectManagerAttributeIndexes < ActiveRecord::Migration[5.1]
  def change

    add_index :object_manager_attributes, :active
    add_index :object_manager_attributes, :updated_at
  end
end