Commit 4df75bd7 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'deprecated-ee-migrations-inheritance' into 'master'

ActiveRecord::Migration -> ActiveRecord::Migration[5.0] for
AddAlertManagerTokenToClustersApplicationPrometheus and EnqueuePrometheusUpdates

See merge request gitlab-org/gitlab-ee!9049
parents ce14c3bd bc6a3cdc
---
title: ActiveRecord::Migration -> ActiveRecord::Migration[5.0] for AddAlertManagerTokenToClustersApplicationPrometheus
and EnqueuePrometheusUpdates
merge_request: 9049
author: Jasper Maes
type: other
# frozen_string_literal: true # frozen_string_literal: true
class AddAlertManagerTokenToClustersApplicationPrometheus < ActiveRecord::Migration class AddAlertManagerTokenToClustersApplicationPrometheus < ActiveRecord::Migration[5.0]
include Gitlab::Database::MigrationHelpers include Gitlab::Database::MigrationHelpers
DOWNTIME = false DOWNTIME = false
......
# frozen_string_literal: true # frozen_string_literal: true
class EnqueuePrometheusUpdates < ActiveRecord::Migration class EnqueuePrometheusUpdates < ActiveRecord::Migration[5.0]
include Gitlab::Database::MigrationHelpers include Gitlab::Database::MigrationHelpers
DOWNTIME = false 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