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: 0a840bbf1d8e7189a8f36d26e480278c535b6802 (plain)
1
2
# Ignore dynamically managed partitions in static application schema
ActiveRecord::SchemaDumper.ignore_tables += ["#{Gitlab::Database::DYNAMIC_PARTITIONS_SCHEMA}.*"]