2017-08-31 00:06:56 -04:00
|
|
|
class AddEmbeddedCssToSiteCustomizations < ActiveRecord::Migration[4.2]
|
2015-08-06 17:18:00 -04:00
|
|
|
def change
|
|
|
|
add_column :site_customizations, :embedded_css, :text
|
|
|
|
add_column :site_customizations, :embedded_css_baked, :text
|
|
|
|
end
|
|
|
|
end
|