Sha256: 8f2095dbaff19641db5ef0eaf17b7230f09bd7ce4fe9be73a682d37258b2358a
Contents?: true
Size: 175 Bytes
Versions: 2
Compression:
Stored size: 175 Bytes
Contents
class AddTaxonAndTaxonomyStyle < ActiveRecord::Migration def change add_column :spree_taxonomies, :style, :string add_column :spree_taxons, :style, :string end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
spree_taxonomy_style-1.2.0 | db/migrate/20120815094330_add_taxon_and_taxonomy_style.rb |
spree_taxonomy_style-1.1.3 | db/migrate/20120815094330_add_taxon_and_taxonomy_style.rb |