summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatija Čupić <matteeyah@gmail.com>2018-01-05 00:37:00 +0100
committerMatija Čupić <matteeyah@gmail.com>2018-01-05 00:37:00 +0100
commit27a590f901fc7504f70069d884c532e9a49a49e5 (patch)
tree2cb84322c4e9761f94e423e18123b5d51b98fa0f
parent9c9f7dc639768a0d6b930ec11c050a1333df934e (diff)
downloadgitlab-ce-27a590f901fc7504f70069d884c532e9a49a49e5.tar.gz
Fix jobs_cache_index migration class name
-rw-r--r--db/migrate/20171222183504_add_jobs_cache_index_to_project.rb2
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.