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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-11-07 21:09:37 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-11-07 21:09:37 +0300
commitfbe6bd7c6aae0beb81fa47d5834393ed92662885 (patch)
treee2713cbe36fd3d71933ab4c1056de10843e3d3fb /generator_templates
parentd4fcd1794ea9fc10d83cdc75490f76a418e59d52 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'generator_templates')
-rw-r--r--generator_templates/post_deployment_migration/post_deployment_migration/migration.rb.tt1
1 files changed, 1 insertions, 0 deletions
diff --git a/generator_templates/post_deployment_migration/post_deployment_migration/migration.rb.tt b/generator_templates/post_deployment_migration/post_deployment_migration/migration.rb.tt
index dbce7eb201e..005b1e9c5e9 100644
--- a/generator_templates/post_deployment_migration/post_deployment_migration/migration.rb.tt
+++ b/generator_templates/post_deployment_migration/post_deployment_migration/migration.rb.tt
@@ -23,6 +23,7 @@ class <%= migration_class_name %> < Gitlab::Database::Migration[<%= Gitlab::Data
# Add dependent 'batched_background_migrations.queued_migration_version' values.
# DEPENDENT_BATCHED_BACKGROUND_MIGRATIONS = []
+ milestone '<%= Gitlab.current_milestone %>'
def up
end