Commit 61267ca9 authored by Michael Kozono's avatar Michael Kozono

Ignore temporary table in schema

parent 806a68a8
---
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