gitlab-org--gitlab-foss/db/migrate/20210719192928_add_invite_e...

12 lines
159 B
Ruby

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