FIX: Expire theme cache after remap

This commit is contained in:
David Taylor 2019-03-28 22:31:58 +00:00
parent f3ed002c30
commit a6617a63af
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,8 @@ WHERE table_schema='public' and (data_type like 'char%' or data_type like 'text%
log "#{result.cmd_tuples} rows affected!"
end
Theme.expire_site_cache!
end
def log(message)