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

12 lines
160 B
Ruby

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