summaryrefslogtreecommitdiff
path: root/db/post_migrate/20170728101014_remove_events_from_notification_settings.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/post_migrate/20170728101014_remove_events_from_notification_settings.rb')
-rw-r--r--db/post_migrate/20170728101014_remove_events_from_notification_settings.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/db/post_migrate/20170728101014_remove_events_from_notification_settings.rb b/db/post_migrate/20170728101014_remove_events_from_notification_settings.rb
deleted file mode 100644
index f1b0a1daec5..00000000000
--- a/db/post_migrate/20170728101014_remove_events_from_notification_settings.rb
+++ /dev/null
@@ -1,9 +0,0 @@
-class RemoveEventsFromNotificationSettings < ActiveRecord::Migration[4.2]
- include Gitlab::Database::MigrationHelpers
-
- DOWNTIME = false
-
- def change
- remove_column :notification_settings, :events, :text
- end
-end