2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-05 08:59:27 +08:00
discourse/db/migrate/20160118174335_rebake_html_customizations.rb

10 lines
493 B
Ruby

class RebakeHtmlCustomizations < ActiveRecord::Migration[4.2]
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