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

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

# Post deployment migrations are included by default. This file must be loaded
# before other initializers as Rails may otherwise memoize a list of migrations
# excluding the post deployment migrations.
Gitlab::Database.add_post_migrate_path_to_rails