2017-08-31 00:06:56 -04:00
|
|
|
class AddMobileToSiteCustomizations < ActiveRecord::Migration[4.2]
|
2013-09-16 12:21:49 -04:00
|
|
|
def change
|
|
|
|
add_column :site_customizations, :mobile_stylesheet, :text
|
|
|
|
add_column :site_customizations, :mobile_header, :text
|
|
|
|
add_column :site_customizations, :mobile_stylesheet_baked, :text
|
|
|
|
end
|
|
|
|
end
|