summaryrefslogtreecommitdiff
path: root/db/migrate/20151016131433_add_ci_projects_gl_project_id_index.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20151016131433_add_ci_projects_gl_project_id_index.rb')
-rw-r--r--db/migrate/20151016131433_add_ci_projects_gl_project_id_index.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20151016131433_add_ci_projects_gl_project_id_index.rb b/db/migrate/20151016131433_add_ci_projects_gl_project_id_index.rb
index eb3351eb767..a9290fef11a 100644
--- a/db/migrate/20151016131433_add_ci_projects_gl_project_id_index.rb
+++ b/db/migrate/20151016131433_add_ci_projects_gl_project_id_index.rb
@@ -1,5 +1,5 @@
# rubocop:disable all
-class AddCiProjectsGlProjectIdIndex < ActiveRecord::Migration
+class AddCiProjectsGlProjectIdIndex < ActiveRecord::Migration[4.2]
def change
add_index :ci_commits, :gl_project_id
end