Ignore temporary table in schema

This commit is contained in:
Michael Kozono 2017-12-11 12:16:02 -08:00
parent 806a68a81f
commit 61267ca9a2
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
title: Fix error during schema dump.
merge_request: 15866
author:
type: fixed

View File

@ -0,0 +1,2 @@
# Ignore table used temporarily in background migration
ActiveRecord::SchemaDumper.ignore_tables = ["untracked_files_for_uploads"]