Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorMatija Čupić <matteeyah@gmail.com>2018-01-05 02:37:00 +0300
committerMatija Čupić <matteeyah@gmail.com>2018-01-05 02:37:00 +0300
commit27a590f901fc7504f70069d884c532e9a49a49e5 (patch)
tree2cb84322c4e9761f94e423e18123b5d51b98fa0f /db
parent9c9f7dc639768a0d6b930ec11c050a1333df934e (diff)
Fix jobs_cache_index migration class name
Diffstat (limited to 'db')
-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.