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

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

class AddInviteEmailSuccessToMember < ActiveRecord::Migration[6.1]
  def up
    # no-op
  end

  def down
    # no-op
  end
end