Commit 921ccfd8 authored by Mayra Cabrera's avatar Mayra Cabrera

Merge branch '209035-consume-link-lfs-objects-projects' into 'master'

Consume remaining LinkLFsObjectsProjects jobs

See merge request gitlab-org/gitlab!27558
parents 460897fc 07ba6189
---
title: Consume remaining LinkLFsObjectsProjects jobs
merge_request: 27558
author:
type: other
# frozen_string_literal: true
class ConsumeRemainingLinkLfsObjectsProjectsJobs < ActiveRecord::Migration[6.0]
DOWNTIME = false
disable_ddl_transaction!
def up
Gitlab::BackgroundMigration.steal('LinkLfsObjectsProjects')
end
def down
# no-op as there is no need to do anything if this gets rolled back
end
end
......@@ -12902,6 +12902,7 @@ COPY "schema_migrations" (version) FROM STDIN;
20200318164448
20200318165448
20200318175008
20200319071702
20200319123041
20200319203901
20200320112455
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment