debian-mirror-gitlab/config/initializers/0_migration_paths_additional.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
452 B
Ruby
Raw Normal View History

2021-03-11 19:13:27 +05:30
# frozen_string_literal: true
2021-09-30 23:02:18 +05:30
# 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.
2017-08-17 22:00:37 +05:30
# 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.
2018-12-05 23:21:45 +05:30
Gitlab::Database.add_post_migrate_path_to_rails