FIX: Rebake all HTML due to handlebars upgrade
This commit is contained in:
parent
85f51f8b57
commit
1f290a8336
|
@ -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
|
Loading…
Reference in New Issue