Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-11-30 15:07:06 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-11-30 15:07:06 +0300
commit7aa22e9a103b049dd2da70045a5822c51164f7db (patch)
treef741dded2bd2965e9e9b7ce4c680e2ddaf0aa3d3 /app/models/projects
parent5c229c2ebe3304a58afd1d40418410a8c3723ea5 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/models/projects')
-rw-r--r--app/models/projects/import_export/relation_export_upload.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/models/projects/import_export/relation_export_upload.rb b/app/models/projects/import_export/relation_export_upload.rb
index 965dc39d19f..12cfb3415d8 100644
--- a/app/models/projects/import_export/relation_export_upload.rb
+++ b/app/models/projects/import_export/relation_export_upload.rb
@@ -4,7 +4,6 @@ module Projects
module ImportExport
class RelationExportUpload < ApplicationRecord
include WithUploads
- include ObjectStorage::BackgroundMove
self.table_name = 'project_relation_export_uploads'