From a6617a63afada4880de8878ea43f9be74b211162 Mon Sep 17 00:00:00 2001
From: David Taylor <david@taylorhq.com>
Date: Thu, 28 Mar 2019 22:31:58 +0000
Subject: [PATCH] FIX: Expire theme cache after remap

---
 lib/remap.rb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/remap.rb b/lib/remap.rb
index 45755fb3310..47731c1514a 100644
--- a/lib/remap.rb
+++ b/lib/remap.rb
@@ -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)