Delete cache for invalidate overview caches.

This commit is contained in:
Martin Edenhofer 2017-04-20 00:11:12 +02:00
parent f0f4f278c3
commit 0554701430

View file

@ -18,6 +18,8 @@ class OverviewRoleIds < ActiveRecord::Migration
overview.save!
}
remove_column :overviews, :role_id
Cache.clear
end
end