Sha256: 9a285b0046f1e9a9c36eaacd752e7888938b80bcd83afaa8a83d145aaaa31c04
Contents?: true
Size: 279 Bytes
Versions: 14
Compression:
Stored size: 279 Bytes
Contents
# This migration comes from spree (originally 20130328195253) class AddSeoMetasToTaxons < ActiveRecord::Migration 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
14 entries across 14 versions & 7 rubygems