gitlab-org--gitlab-foss/db/post_migrate/20211007155221_schedule_pop...

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

12 lines
177 B
Ruby
Raw Normal View History

# frozen_string_literal: true
class SchedulePopulateStatusColumnOfSecurityScans < Gitlab::Database::Migration[1.0]
def up
# no-op
end
def down
# no-op
end
end