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

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

ActiveSupport.on_load(:active_record) do
  ActiveRecord::ConnectionAdapters::SchemaCache.prepend(Gitlab::Database::SchemaCacheWithRenamedTable)
end