Sha256: 7946f7245032180bafff66d9ac34a21e78885a5ad44474f97a66f5db711e0f84
Contents?: true
Size: 237 Bytes
Versions: 9
Compression:
Stored size: 237 Bytes
Contents
# This migration comes from spree (originally 20130226032817) class ChangeMetaDescriptionOnSpreeProductsToText < ActiveRecord::Migration[4.2] def change change_column :spree_products, :meta_description, :text, limit: nil end end
Version data entries
9 entries across 9 versions & 2 rubygems