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

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

# Because we use Gitlab::Database, which in turn uses prepend_mod_with,
# we need this intializer to be after config/initializers/0_inject_enterprise_edition_module.rb.

# 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