2021-02-03 16:09:17 -05:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2021-06-28 17:10:13 -04:00
|
|
|
# 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.
|
|
|
|
|
2016-10-27 08:36:53 -04:00
|
|
|
# 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-09-11 21:41:14 -04:00
|
|
|
Gitlab::Database.add_post_migrate_path_to_rails
|