gitlab-org--gitlab-foss/db/post_migrate/20210806011811_schedule_bac...

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

14 lines
187 B
Ruby
Raw Normal View History

# frozen_string_literal: true
class ScheduleBackfillDraftColumnOnMergeRequestsRerun < ActiveRecord::Migration[6.1]
def up
# noop
#
end
def down
# noop
#
end
end