Commit 79d61896 authored by Jasper Maes's avatar Jasper Maes

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

ActiveRecord::Migration -> ActiveRecord::Migration[5.0] for AddAlertManagerTokenToClustersApplicationPrometheus and EnqueuePrometheusUpdates
parent ea178142
---
title: ActiveRecord::Migration -> ActiveRecord::Migration[5.0] for AddAlertManagerTokenToClustersApplicationPrometheus
and EnqueuePrometheusUpdates
merge_request: 9049
author: Jasper Maes
type: other
# frozen_string_literal: true
class AddAlertManagerTokenToClustersApplicationPrometheus < ActiveRecord::Migration
class AddAlertManagerTokenToClustersApplicationPrometheus < ActiveRecord::Migration[5.0]
include Gitlab::Database::MigrationHelpers
DOWNTIME = false
......
# frozen_string_literal: true
class EnqueuePrometheusUpdates < ActiveRecord::Migration
class EnqueuePrometheusUpdates < ActiveRecord::Migration[5.0]
include Gitlab::Database::MigrationHelpers
DOWNTIME = false
......
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