# Copyright (C) 2012-2023 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