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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
159 B
Ruby
Raw Normal View History

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