Remove duplicate definition of DOWNTIME

This silences the warning:

  20190301081611_migrate_project_migrate_sidekiq_queue.rb:8:
  warning: already initialized constant
    MigrateProjectMigrateSidekiqQueue::DOWNTIME
This commit is contained in:
Peter Leitzen 2019-05-13 09:38:58 -05:00
parent 26ee5c0599
commit 6a2510d99c
No known key found for this signature in database
GPG Key ID: 97DE9D2E708A225E
1 changed files with 0 additions and 2 deletions

View File

@ -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