summaryrefslogtreecommitdiff
path: root/db/post_migrate/20170526185858_create_index_in_pipeline_stages.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/post_migrate/20170526185858_create_index_in_pipeline_stages.rb')
-rw-r--r--db/post_migrate/20170526185858_create_index_in_pipeline_stages.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/post_migrate/20170526185858_create_index_in_pipeline_stages.rb b/db/post_migrate/20170526185858_create_index_in_pipeline_stages.rb
index ec9ff33b6b7..dc7b1d6d026 100644
--- a/db/post_migrate/20170526185858_create_index_in_pipeline_stages.rb
+++ b/db/post_migrate/20170526185858_create_index_in_pipeline_stages.rb
@@ -1,4 +1,4 @@
-class CreateIndexInPipelineStages < ActiveRecord::Migration
+class CreateIndexInPipelineStages < ActiveRecord::Migration[4.2]
include Gitlab::Database::MigrationHelpers
DOWNTIME = false