From 27a590f901fc7504f70069d884c532e9a49a49e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matija=20=C4=8Cupi=C4=87?= Date: Fri, 5 Jan 2018 00:37:00 +0100 Subject: Fix jobs_cache_index migration class name --- db/migrate/20171222183504_add_jobs_cache_index_to_project.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.1