summaryrefslogtreecommitdiff
path: root/db/migrate/20210308175225_add_lock_delayed_project_removal_to_namespace_settings.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20210308175225_add_lock_delayed_project_removal_to_namespace_settings.rb')
-rw-r--r--db/migrate/20210308175225_add_lock_delayed_project_removal_to_namespace_settings.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/db/migrate/20210308175225_add_lock_delayed_project_removal_to_namespace_settings.rb b/db/migrate/20210308175225_add_lock_delayed_project_removal_to_namespace_settings.rb
deleted file mode 100644
index e88f3e7ea0d..00000000000
--- a/db/migrate/20210308175225_add_lock_delayed_project_removal_to_namespace_settings.rb
+++ /dev/null
@@ -1,9 +0,0 @@
-# frozen_string_literal: true
-
-class AddLockDelayedProjectRemovalToNamespaceSettings < ActiveRecord::Migration[6.0]
- DOWNTIME = false
-
- def change
- add_column :namespace_settings, :lock_delayed_project_removal, :boolean, default: false, null: false
- end
-end