Sha256: bf6b2f4f60f2e3f10bd0e67e5f93d6f540521cec7b40f583823640e1621015c7
Contents?: true
Size: 173 Bytes
Versions: 136
Compression:
Stored size: 173 Bytes
Contents
class ChangeMetaDescriptionOnSpreeProductsToText < ActiveRecord::Migration def change change_column :spree_products, :meta_description, :text, :limit => nil end end
Version data entries
136 entries across 136 versions & 2 rubygems