Commit 7d75225e authored by Stan Hu's avatar Stan Hu

Merge branch...

Merge branch '10067-fix-migration-to-insert-lfs-objects-entries-into-their-own-registry-table' into 'master'

Geo - Fix migration to migrate LFS objects entries into their own registry table

Closes #10067

See merge request gitlab-org/gitlab!19395
parents 2bcdd97c 563d425c
# frozen_string_literal: true
require 'spec_helper'
require Rails.root.join('ee', 'db', 'geo', 'post_migrate', '20191010204941_migrate_lfs_objects_to_separate_registry.rb')
require Rails.root.join('ee', 'db', 'geo', 'migrate', '20191010204941_migrate_lfs_objects_to_separate_registry.rb')
describe MigrateLfsObjectsToSeparateRegistry, :geo, :migration do
let(:file_registry) { table(:file_registry) }
......
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