# frozen_string_literal: true class AddEmbeddedCssToSiteCustomizations < ActiveRecord::Migration[4.2] def change add_column :site_customizations, :embedded_css, :text add_column :site_customizations, :embedded_css_baked, :text end end