diff options
author | Andreas Brandl <abrandl@gitlab.com> | 2019-05-17 20:41:22 +0000 |
---|---|---|
committer | Andreas Brandl <abrandl@gitlab.com> | 2019-05-17 20:41:22 +0000 |
commit | 6489b58ea1f4365c133ce1247c9d1e8c0f588b7f (patch) | |
tree | 6b7ae5fcdb5425a71df628dd79f518c0689f00cf /db | |
parent | 735b6fb1e170d2bc1679d99a1c148ce120a6e0c2 (diff) | |
parent | 6a2510d99c416137ef10567796cac85b3de95472 (diff) | |
download | gitlab-ce-6489b58ea1f4365c133ce1247c9d1e8c0f588b7f.tar.gz |
Merge branch 'pl-fix-warning' into 'master'
Remove duplicate definition of DOWNTIME
See merge request gitlab-org/gitlab-ce!28294
Diffstat (limited to 'db')
-rw-r--r-- | db/post_migrate/20190301081611_migrate_project_migrate_sidekiq_queue.rb | 2 |
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 |