summaryrefslogtreecommitdiff
path: root/db/post_migrate/20230403041917_swap_issue_user_mentions_note_id_to_bigint_for_gitlab_dot_com.rb
blob: fb941e1cb516afc45e16fca0e977d69f97972a00 (plain)
1
2
3
4
5
6
7
8
# frozen_string_literal: true

class SwapIssueUserMentionsNoteIdToBigintForGitlabDotCom < Gitlab::Database::Migration[2.1]
  # No-op, moved to db/post_migrate/20230413041917_swap_issue_user_mentions_note_id_to_bigint_for_gitlab_dot_com_2.rb
  def up; end

  def down; end
end