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/20230929095728_drop_project_settings_product_analytics_cluster_settings.rb')
-rw-r--r--db/post_migrate/20230929095728_drop_project_settings_product_analytics_cluster_settings.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/db/post_migrate/20230929095728_drop_project_settings_product_analytics_cluster_settings.rb b/db/post_migrate/20230929095728_drop_project_settings_product_analytics_cluster_settings.rb
index e6f0c29fb7a..d8054a34a4b 100644
--- a/db/post_migrate/20230929095728_drop_project_settings_product_analytics_cluster_settings.rb
+++ b/db/post_migrate/20230929095728_drop_project_settings_product_analytics_cluster_settings.rb
@@ -1,8 +1,5 @@
# frozen_string_literal: true
-# See https://docs.gitlab.com/ee/development/migration_style_guide.html
-# for more information on how to write migrations for GitLab.
-
class DropProjectSettingsProductAnalyticsClusterSettings < Gitlab::Database::Migration[2.1]
disable_ddl_transaction!