# frozen_string_literal: true class AddIndexToEventsOnAuthorIdAndActionAndId < Gitlab::Database::Migration[1.0] # no-op # see: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/77436 def up # no-op end def down # no-op end end