Sha256: 95b990054a715b27867244dd4b385b10246990371117daac3bd5e640c2cd2f5f

Contents?: true

Size: 175 Bytes

Versions: 141

Compression:

Stored size: 175 Bytes

Contents

class ChangeMetaDescriptionOnSpreeProductsToText < ActiveRecord::Migration[4.2]
  def change
    change_column :spree_products, :meta_description, :text, limit: nil
  end
end

Version data entries

141 entries across 141 versions & 2 rubygems

Version Path
solidus_core-2.0.0.beta1 db/migrate/20130226032817_change_meta_description_on_spree_products_to_text.rb