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

12 lines
177 B
Ruby

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