Commit 7a143215 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'deprecated-directly-inheriting-migration' into 'master'

Fix deprecation: Directly inheriting from ActiveRecord::Migration is deprecated.

See merge request gitlab-org/gitlab-ce!23884
parents 3146bb5c b9e67b7f
---
title: 'Fix deprecation: Directly inheriting from ActiveRecord::Migration is deprecated.'
merge_request: 23884
author: Jasper Maes
type: other
# frozen_string_literal: true
class CreateSuggestions < ActiveRecord::Migration
class CreateSuggestions < ActiveRecord::Migration[5.0]
DOWNTIME = false
def change
......
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