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:
-rw-r--r--db/post_migrate/20190221234852_int4_pk_stage1of2_fill_column.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/db/post_migrate/20190221234852_int4_pk_stage1of2_fill_column.rb b/db/post_migrate/20190221234852_int4_pk_stage1of2_fill_column.rb
index 4c338566067..1a90278f06a 100644
--- a/db/post_migrate/20190221234852_int4_pk_stage1of2_fill_column.rb
+++ b/db/post_migrate/20190221234852_int4_pk_stage1of2_fill_column.rb
@@ -14,8 +14,6 @@ class Int4PkStage1of2FillColumn < ActiveRecord::Migration[5.0]
def up
return unless Gitlab::Database.postgresql?
- say('Scheduling `Int4toInt8Update` jobs')
-
# [GitLab.com] events: ~290M rows, heap 19 GiB
CONCURRENCY.times do
BackgroundMigrationWorker.perform_in(