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/migrate/20221110183103_add_dashboard_fields_to_namespace_details.rb')
-rw-r--r--db/migrate/20221110183103_add_dashboard_fields_to_namespace_details.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/db/migrate/20221110183103_add_dashboard_fields_to_namespace_details.rb b/db/migrate/20221110183103_add_dashboard_fields_to_namespace_details.rb
deleted file mode 100644
index 73e8ccbcb51..00000000000
--- a/db/migrate/20221110183103_add_dashboard_fields_to_namespace_details.rb
+++ /dev/null
@@ -1,10 +0,0 @@
-# frozen_string_literal: true
-
-class AddDashboardFieldsToNamespaceDetails < Gitlab::Database::Migration[2.0]
- enable_lock_retries!
-
- def change
- add_column :namespace_details, :dashboard_notification_at, :datetime_with_timezone
- add_column :namespace_details, :dashboard_enforcement_at, :datetime_with_timezone
- end
-end