summaryrefslogtreecommitdiff
path: root/db/migrate/20180916011959_add_index_pipelines_project_id_source.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20180916011959_add_index_pipelines_project_id_source.rb')
-rw-r--r--db/migrate/20180916011959_add_index_pipelines_project_id_source.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20180916011959_add_index_pipelines_project_id_source.rb b/db/migrate/20180916011959_add_index_pipelines_project_id_source.rb
index b9bebf30cf0..5b71c79ac86 100644
--- a/db/migrate/20180916011959_add_index_pipelines_project_id_source.rb
+++ b/db/migrate/20180916011959_add_index_pipelines_project_id_source.rb
@@ -3,7 +3,7 @@
# See http://doc.gitlab.com/ce/development/migration_style_guide.html
# for more information on how to write migrations for GitLab.
-class AddIndexPipelinesProjectIdSource < ActiveRecord::Migration
+class AddIndexPipelinesProjectIdSource < ActiveRecord::Migration[4.2]
include Gitlab::Database::MigrationHelpers
DOWNTIME = false