Sha256: 35c29745a21efae19321bca9db211058425ae8de39d9eb705d33cfdbdce3df18
Contents?: true
Size: 284 Bytes
Versions: 9
Compression:
Stored size: 284 Bytes
Contents
# This migration comes from spree (originally 20130328195253) class AddSeoMetasToTaxons < ActiveRecord::Migration[4.2] def change change_table :spree_taxons do |t| t.string :meta_title t.string :meta_description t.string :meta_keywords end end end
Version data entries
9 entries across 9 versions & 2 rubygems