mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 13:41:31 +08:00
FIX: Clear banner topic cache after remapping
This commit is contained in:
parent
0a6d1b687c
commit
fafc6bcde0
|
@ -105,6 +105,7 @@ class DbHelper
|
|||
SiteSetting.refresh!
|
||||
Theme.expire_site_cache!
|
||||
SiteIconManager.ensure_optimized!
|
||||
ApplicationController.banner_json_cache.clear
|
||||
end
|
||||
|
||||
def self.find_text_columns(excluded_tables)
|
||||
|
|
Loading…
Reference in New Issue
Block a user