76cfe4f1fd
If doing a schema load, the post_migrations should also be marked as up, even if SKIP_POST_DEPLOYMENT_MIGRATIONS was set, otherwise future migration runs will be broken.
4 lines
251 B
Ruby
4 lines
251 B
Ruby
# 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
|