Commit b9e67b7f authored by Jasper Maes's avatar Jasper Maes

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

parent 4a10c813
---
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