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