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:
Diffstat (limited to 'spec/lib/generators/batched_background_migration/expected_files/queue_my_batched_migration.txt')
-rw-r--r--spec/lib/generators/batched_background_migration/expected_files/queue_my_batched_migration.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/lib/generators/batched_background_migration/expected_files/queue_my_batched_migration.txt b/spec/lib/generators/batched_background_migration/expected_files/queue_my_batched_migration.txt
index 84a3593b4e3..36f7885b591 100644
--- a/spec/lib/generators/batched_background_migration/expected_files/queue_my_batched_migration.txt
+++ b/spec/lib/generators/batched_background_migration/expected_files/queue_my_batched_migration.txt
@@ -6,6 +6,8 @@
# Update below commented lines with appropriate values.
class QueueMyBatchedMigration < Gitlab::Database::Migration[2.2]
+ milestone '16.6'
+
MIGRATION = "MyBatchedMigration"
# DELAY_INTERVAL = 2.minutes
# BATCH_SIZE = 1000