mirror of
https://github.com/discourse/discourse.git
synced 2026-08-12 05:55:39 -05:00
FIX: Rebake all HTML due to handlebars upgrade
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user