Commit becfb662 authored by Robert Speicher's avatar Robert Speicher

Merge branch 'depracated-migration-inheritance' into 'master'

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

See merge request gitlab-org/gitlab-ce!23910
parents 806ea576 f63f165a
---
title: ActiveRecord::Migration -> ActiveRecord::Migration[5.0]
merge_request: 23910
author: Jasper Maes
type: other
class ImportCommonMetricsNginxVts < ActiveRecord::Migration
class ImportCommonMetricsNginxVts < ActiveRecord::Migration[5.0]
include Gitlab::Database::MigrationHelpers
require Rails.root.join('db/importers/common_metrics_importer.rb')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment