Commit 6489b58e authored by Andreas Brandl's avatar Andreas Brandl

Merge branch 'pl-fix-warning' into 'master'

Remove duplicate definition of DOWNTIME

See merge request gitlab-org/gitlab-ce!28294
parents 735b6fb1 6a2510d9
...@@ -5,8 +5,6 @@ class MigrateProjectMigrateSidekiqQueue < ActiveRecord::Migration[5.0] ...@@ -5,8 +5,6 @@ class MigrateProjectMigrateSidekiqQueue < ActiveRecord::Migration[5.0]
DOWNTIME = false DOWNTIME = false
DOWNTIME = false
def up def up
sidekiq_queue_migrate 'project_migrate_hashed_storage', to: 'hashed_storage:hashed_storage_project_migrate' sidekiq_queue_migrate 'project_migrate_hashed_storage', to: 'hashed_storage:hashed_storage_project_migrate'
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment