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:
Diffstat (limited to 'db/post_migrate/20190809072552_set_self_monitoring_project_alerting_token.rb')
-rw-r--r--db/post_migrate/20190809072552_set_self_monitoring_project_alerting_token.rb19
1 files changed, 0 insertions, 19 deletions
diff --git a/db/post_migrate/20190809072552_set_self_monitoring_project_alerting_token.rb b/db/post_migrate/20190809072552_set_self_monitoring_project_alerting_token.rb
deleted file mode 100644
index d10887fb5d5..00000000000
--- a/db/post_migrate/20190809072552_set_self_monitoring_project_alerting_token.rb
+++ /dev/null
@@ -1,19 +0,0 @@
-# frozen_string_literal: true
-
-class SetSelfMonitoringProjectAlertingToken < ActiveRecord::Migration[5.2]
- DOWNTIME = false
-
- def up
- # no-op
- # Converted to no-op in https://gitlab.com/gitlab-org/gitlab/merge_requests/17049.
-
- # This migration has been made a no-op because the pre-requisite migration
- # which creates the self-monitoring project has already been removed in
- # https://gitlab.com/gitlab-org/gitlab/merge_requests/16864. As
- # such, this migration would do nothing.
- end
-
- def down
- # no-op
- end
-end