summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/environment.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/environment.rb b/config/environment.rb
index df3006d349c..e2690ae39b4 100644
--- a/config/environment.rb
+++ b/config/environment.rb
@@ -3,3 +3,6 @@ require File.expand_path('../application', __FILE__)
# Initialize the rails application
Rails.application.initialize!
+
+# Ignore table used temporarily in background migration
+ActiveRecord::SchemaDumper.ignore_tables = ["untracked_files_for_uploads"]