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