FIX: Force HTML to recompile

This commit is contained in:
Robin Ward
2016-07-07 16:27:18 -04:00
parent 529fea3c42
commit e5293f2c9a
2 changed files with 23 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
class AddCompilerVersionToSiteCustomizations < ActiveRecord::Migration
def change
add_column :site_customizations, :compiler_version, :integer, default: 0, null: false
end
end