debian-mirror-gitlab/db/post_migrate/20211217145923_add_index_to_events_on_author_id_and_action_and_id.rb
2022-03-02 08:16:31 +05:30

15 lines
254 B
Ruby

# 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