mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05:00
FIX: Rebake all HTML due to handlebars upgrade
This commit is contained in:
parent
85f51f8b57
commit
1f290a8336
1 changed files with 10 additions and 0 deletions
10
db/migrate/20160118174335_rebake_html_customizations.rb
Normal file
10
db/migrate/20160118174335_rebake_html_customizations.rb
Normal 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
|
Loading…
Reference in a new issue