Sha256: f6a90dd2676de9ff552e1bf40f9c78c4c58684ef99cec3224851e984489bee3f
Contents?: true
Size: 222 Bytes
Versions: 6
Compression:
Stored size: 222 Bytes
Contents
# This migration comes from spree (originally 20140827170513) class AddMetaTitleToSpreeProducts < ActiveRecord::Migration def change change_table :spree_products do |t| t.string :meta_title end end end
Version data entries
6 entries across 6 versions & 3 rubygems