ActiveRecord::Migration -> ActiveRecord::Migration[5.0] for AddIndexesToCiBuildsAndPipelines

This commit is contained in:
Jasper Maes 2019-01-04 23:35:38 +01:00
parent 7380364240
commit 51934c412f
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
title: ActiveRecord::Migration -> ActiveRecord::Migration[5.0] for AddIndexesToCiBuildsAndPipelines
merge_request: 24167
author: Jasper Maes
type: other

View File

@ -1,6 +1,6 @@
# frozen_string_literal: true
class AddIndexesToCiBuildsAndPipelines < ActiveRecord::Migration
class AddIndexesToCiBuildsAndPipelines < ActiveRecord::Migration[5.0]
include Gitlab::Database::MigrationHelpers
DOWNTIME = false