FIX: Expire theme cache after remap
This commit is contained in:
parent
f3ed002c30
commit
a6617a63af
|
@ -35,6 +35,8 @@ WHERE table_schema='public' and (data_type like 'char%' or data_type like 'text%
|
||||||
|
|
||||||
log "#{result.cmd_tuples} rows affected!"
|
log "#{result.cmd_tuples} rows affected!"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Theme.expire_site_cache!
|
||||||
end
|
end
|
||||||
|
|
||||||
def log(message)
|
def log(message)
|
||||||
|
|
Loading…
Reference in New Issue