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

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

class FinalizePushEventPayloadsBigintConversion2 < ActiveRecord::Migration[6.1]
  include Gitlab::Database::MigrationHelpers

  def up
    # no-op due to https://gitlab.com/gitlab-com/gl-infra/production/-/issues/5256
  end

  def down
    # no-op due to https://gitlab.com/gitlab-com/gl-infra/production/-/issues/5256
  end
end