summaryrefslogtreecommitdiff
path: root/db/migrate/20180424160449_add_pipeline_iid_to_ci_pipelines.rb
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2018-11-22 14:34:21 +0000
committerRémy Coutable <remy@rymai.me>2018-11-22 14:34:21 +0000
commit875a45a62d5c93c7d5f22c7db6352cfd4abe7f0f (patch)
tree54e692688b8f68ad02708779ced40fecef4b19ed /db/migrate/20180424160449_add_pipeline_iid_to_ci_pipelines.rb
parent19e9438d3432fd97e79d2b862d24c2f9615185df (diff)
parent0fc9f9d3e741629987afd2370069485bca640396 (diff)
downloadgitlab-ce-875a45a62d5c93c7d5f22c7db6352cfd4abe7f0f.tar.gz
Merge branch 'jprovazn-versioned-migrations' into 'master'
Add rails version to all migrations Closes #54098 See merge request gitlab-org/gitlab-ce!23057
Diffstat (limited to 'db/migrate/20180424160449_add_pipeline_iid_to_ci_pipelines.rb')
-rw-r--r--db/migrate/20180424160449_add_pipeline_iid_to_ci_pipelines.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20180424160449_add_pipeline_iid_to_ci_pipelines.rb b/db/migrate/20180424160449_add_pipeline_iid_to_ci_pipelines.rb
index e8f0c91d612..550b5a2c149 100644
--- a/db/migrate/20180424160449_add_pipeline_iid_to_ci_pipelines.rb
+++ b/db/migrate/20180424160449_add_pipeline_iid_to_ci_pipelines.rb
@@ -1,4 +1,4 @@
-class AddPipelineIidToCiPipelines < ActiveRecord::Migration
+class AddPipelineIidToCiPipelines < ActiveRecord::Migration[4.2]
include Gitlab::Database::MigrationHelpers
DOWNTIME = false