debian-mirror-gitlab/db/post_migrate/20230418164957_queue_update_code_suggestions_for_namespace_settings.rb
2023-06-20 00:43:36 +05:30

13 lines
321 B
Ruby

# frozen_string_literal: true
class QueueUpdateCodeSuggestionsForNamespaceSettings < Gitlab::Database::Migration[2.1]
def up
# no-op due to not running anywhere yet and business decision to revert the decision
# see: https://gitlab.com/gitlab-org/gitlab/-/issues/408104
end
def down
# no-op
end
end