Commit 81079ae3 authored by Yannis Roussos's avatar Yannis Roussos

Merge branch 'mk/fix-bg-migration-temporary-class' into 'master'

Fix background migration temporary class definition

See merge request gitlab-org/gitlab!42413
parents f91ea8e2 d6c181c3
......@@ -11,9 +11,11 @@ module Gitlab
class SetNullPackageFilesFileStoreToLocalValue
LOCAL_STORE = 1 # equal to ObjectStorage::Store::LOCAL
# Temporary AR class for package files
class PackageFile < ActiveRecord::Base
self.table_name = 'packages_package_files'
module Packages
# Temporary AR class for package files
class PackageFile < ActiveRecord::Base
self.table_name = 'packages_package_files'
end
end
def perform(start_id, stop_id)
......
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