FIX: Rebake all HTML due to handlebars upgrade

This commit is contained in:
Robin Ward 2016-01-18 12:46:54 -05:00
parent 85f51f8b57
commit 1f290a8336
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
class RebakeHtmlCustomizations < ActiveRecord::Migration
def change
execute "UPDATE site_customizations SET body_tag_baked = NULL,
head_tag_baked = NULL,
header_baked = NULL,
mobile_header_baked = NULL,
footer_baked = NULL,
mobile_footer_baked = NULL"
end
end