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

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

# Patch to use COPY in db/structure.sql when populating schema_migrations table
# This is intended to reduce potential for merge conflicts in db/structure.sql
ActiveRecord::ConnectionAdapters::PostgreSQLAdapter.prepend(Gitlab::Database::PostgresqlAdapter::SchemaVersionsCopyMixin)