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

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

class FinalizeTaskSystemNoteRenaming < Gitlab::Database::Migration[2.0]
  def up
    # no-op
  end

  def down
    # noop
  end
end