Skip to content

Commit

Permalink
FIX: Clear banner topic cache after remapping
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaylorhq committed Aug 15, 2019
1 parent 0a6d1b6 commit fafc6bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/db_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ def self.finish!
SiteSetting.refresh!
Theme.expire_site_cache!
SiteIconManager.ensure_optimized!
ApplicationController.banner_json_cache.clear
end

def self.find_text_columns(excluded_tables)
Expand Down

0 comments on commit fafc6bc

Please sign in to comment.