diff options
author | Matija Čupić <matteeyah@gmail.com> | 2018-01-05 00:37:00 +0100 |
---|---|---|
committer | Matija Čupić <matteeyah@gmail.com> | 2018-01-05 00:37:00 +0100 |
commit | 27a590f901fc7504f70069d884c532e9a49a49e5 (patch) | |
tree | 2cb84322c4e9761f94e423e18123b5d51b98fa0f /db | |
parent | 9c9f7dc639768a0d6b930ec11c050a1333df934e (diff) | |
download | gitlab-ce-27a590f901fc7504f70069d884c532e9a49a49e5.tar.gz |
Fix jobs_cache_index migration class name
Diffstat (limited to 'db')
-rw-r--r-- | db/migrate/20171222183504_add_jobs_cache_index_to_project.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20171222183504_add_jobs_cache_index_to_project.rb b/db/migrate/20171222183504_add_jobs_cache_index_to_project.rb index 58ac0177420..607e9d027d7 100644 --- a/db/migrate/20171222183504_add_jobs_cache_index_to_project.rb +++ b/db/migrate/20171222183504_add_jobs_cache_index_to_project.rb @@ -1,7 +1,7 @@ # See http://doc.gitlab.com/ce/development/migration_style_guide.html # for more information on how to write migrations for GitLab. -class AddCacheIndexToProject < ActiveRecord::Migration +class AddJobsCacheIndexToProject < ActiveRecord::Migration include Gitlab::Database::MigrationHelpers # Set this constant to true if this migration requires downtime. |