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/20200706170536_add_temporary_storage_increase_to_namespace_limits.rb')
-rw-r--r--db/migrate/20200706170536_add_temporary_storage_increase_to_namespace_limits.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/db/migrate/20200706170536_add_temporary_storage_increase_to_namespace_limits.rb b/db/migrate/20200706170536_add_temporary_storage_increase_to_namespace_limits.rb
deleted file mode 100644
index 0b6d57831c7..00000000000
--- a/db/migrate/20200706170536_add_temporary_storage_increase_to_namespace_limits.rb
+++ /dev/null
@@ -1,9 +0,0 @@
-# frozen_string_literal: true
-
-class AddTemporaryStorageIncreaseToNamespaceLimits < ActiveRecord::Migration[6.0]
- DOWNTIME = false
-
- def change
- add_column :namespace_limits, :temporary_storage_increase_ends_on, :date, null: true
- end
-end