Sha256: c0eb6953f4c94d1211baa091149f3108c453ed63d3c2c9562d6c3d979192b5c3
Contents?: true
Size: 235 Bytes
Versions: 14
Compression:
Stored size: 235 Bytes
Contents
# This migration comes from spree (originally 20130226032817) class ChangeMetaDescriptionOnSpreeProductsToText < ActiveRecord::Migration def change change_column :spree_products, :meta_description, :text, :limit => nil end end
Version data entries
14 entries across 14 versions & 7 rubygems