Welcome to mirror list, hosted at ThFree Co, Russian Federation.

active_record_schema_ignore_tables.rb « initializers « config - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 55c44e00c4015c6e13a2c2e3476c0abe86b3babe (plain)
1
2
3
4
# frozen_string_literal: true

# Ignore dynamically managed partitions in static application schema
ActiveRecord::SchemaDumper.ignore_tables += ["#{Gitlab::Database::DYNAMIC_PARTITIONS_SCHEMA}.*"]