summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Brandl <abrandl@gitlab.com>2019-05-17 20:41:22 +0000
committerAndreas Brandl <abrandl@gitlab.com>2019-05-17 20:41:22 +0000
commit6489b58ea1f4365c133ce1247c9d1e8c0f588b7f (patch)
tree6b7ae5fcdb5425a71df628dd79f518c0689f00cf
parent735b6fb1e170d2bc1679d99a1c148ce120a6e0c2 (diff)
parent6a2510d99c416137ef10567796cac85b3de95472 (diff)
downloadgitlab-ce-6489b58ea1f4365c133ce1247c9d1e8c0f588b7f.tar.gz
Merge branch 'pl-fix-warning' into 'master'
Remove duplicate definition of DOWNTIME See merge request gitlab-org/gitlab-ce!28294
-rw-r--r--db/post_migrate/20190301081611_migrate_project_migrate_sidekiq_queue.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/db/post_migrate/20190301081611_migrate_project_migrate_sidekiq_queue.rb b/db/post_migrate/20190301081611_migrate_project_migrate_sidekiq_queue.rb
index 6af7902e0c4..46108d142b5 100644
--- a/db/post_migrate/20190301081611_migrate_project_migrate_sidekiq_queue.rb
+++ b/db/post_migrate/20190301081611_migrate_project_migrate_sidekiq_queue.rb
@@ -5,8 +5,6 @@ class MigrateProjectMigrateSidekiqQueue < ActiveRecord::Migration[5.0]
DOWNTIME = false
- DOWNTIME = false
-
def up
sidekiq_queue_migrate 'project_migrate_hashed_storage', to: 'hashed_storage:hashed_storage_project_migrate'
end