Commit 9e9d3313 authored by Stan Hu's avatar Stan Hu

Merge branch 'mk-fix-schema-dump-of-untracked-files-for-uploads' into 'master'

Ignore temporary table in schema

Closes #40976

See merge request gitlab-org/gitlab-ce!15866
parents 6930fa31 61267ca9
---
title: Fix error during schema dump.
merge_request: 15866
author:
type: fixed
# Ignore table used temporarily in background migration
ActiveRecord::SchemaDumper.ignore_tables = ["untracked_files_for_uploads"]
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