2017-08-30 23:06:56 -05:00
|
|
|
class AddEmbeddedCssToSiteCustomizations < ActiveRecord::Migration[4.2]
|
2015-08-06 16:18:00 -05:00
|
|
|
def change
|
|
|
|
add_column :site_customizations, :embedded_css, :text
|
|
|
|
add_column :site_customizations, :embedded_css_baked, :text
|
|
|
|
end
|
|
|
|
end
|