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