Welcome to mirror list, hosted at ThFree Co, Russian Federation.

20221228103133_queue_backfill_admin_mode_scope_for_personal_access_tokens.rb « post_migrate « db - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 577d55f4df6d1a34d35246bc491309337969a32e (plain)
1
2
3
4
5
6
7
8
9
10
11
# frozen_string_literal: true

class QueueBackfillAdminModeScopeForPersonalAccessTokens < Gitlab::Database::Migration[2.1]
  restrict_gitlab_migration gitlab_schema: :gitlab_main

  # no-op as the original migration is rescheduled
  # in migrations version 20230406093640
  def up; end

  def down; end
end