From 57a5544f883ad9687c38270519edc7914912af5d Mon Sep 17 00:00:00 2001 From: Sean McGivern Date: Fri, 28 Jul 2017 10:44:33 +0100 Subject: Remove events column from notification settings This was migrated to separate columns in 9.4, and now just needs to be removed for real. --- spec/factories/notification_settings.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'spec/factories') diff --git a/spec/factories/notification_settings.rb b/spec/factories/notification_settings.rb index b5e96d18b8f..ee41997e41a 100644 --- a/spec/factories/notification_settings.rb +++ b/spec/factories/notification_settings.rb @@ -3,6 +3,5 @@ FactoryGirl.define do source factory: :empty_project user level 3 - events [] end end -- cgit v1.2.1