Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-10-26 06:06:08 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2019-10-26 06:06:08 +0300
commit693cbd0f88c279cf1dbf4997dd8914c720cdd32c (patch)
tree3ea5841f2ba96bcb14d0d878da52a76f942de067 /db/migrate/20191003015155_add_self_managed_prometheus_alerts.rb
parent1ba0707c21da17d1c107ba2da1e7a3de9d63573a (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'db/migrate/20191003015155_add_self_managed_prometheus_alerts.rb')
-rw-r--r--db/migrate/20191003015155_add_self_managed_prometheus_alerts.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/db/migrate/20191003015155_add_self_managed_prometheus_alerts.rb b/db/migrate/20191003015155_add_self_managed_prometheus_alerts.rb
index 94d16e921df..71d10153422 100644
--- a/db/migrate/20191003015155_add_self_managed_prometheus_alerts.rb
+++ b/db/migrate/20191003015155_add_self_managed_prometheus_alerts.rb
@@ -1,7 +1,6 @@
# frozen_string_literal: true
class AddSelfManagedPrometheusAlerts < ActiveRecord::Migration[5.2]
- # Set this constant to true if this migration requires downtime.
DOWNTIME = false
def change