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.rb2
1 files changed, 1 insertions, 1 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
index cd533391d8d..f1b0a1daec5 100644
--- a/db/post_migrate/20170728101014_remove_events_from_notification_settings.rb
+++ b/db/post_migrate/20170728101014_remove_events_from_notification_settings.rb
@@ -1,4 +1,4 @@
-class RemoveEventsFromNotificationSettings < ActiveRecord::Migration
+class RemoveEventsFromNotificationSettings < ActiveRecord::Migration[4.2]
include Gitlab::Database::MigrationHelpers
DOWNTIME = false