Skip to content

Commit

Permalink
Fixes #3282 - Unable to upgrade from Zammad 3.3 to 3.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfschmidt authored and thorsteneckel committed Nov 16, 2020
1 parent eda1004 commit 81d8045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/migrate/20200527000000_agent_customer.rb
Expand Up @@ -5,7 +5,7 @@ def change

Role.where(name: %w[Admin Agent Customer]).each do |role|
role.preferences.delete(:not)
role.save!
role.update_column(:preferences, role.preferences) # rubocop:disable Rails/SkipsModelValidations
end

move_filter
Expand Down

0 comments on commit 81d8045

Please sign in to comment.