Sha256: be7d2156fa780a0c5a081d77cfc5cfc5791d37e72c6eb8b13205dd2290eb4549

Contents?: true

Size: 157 Bytes

Versions: 6

Compression:

Stored size: 157 Bytes

Contents

class AddSlugToProductSection < ActiveRecord::Migration
  def change
    add_column :mechanize_store_product_sections, :slug, :string, index: true
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
mechanize_store-0.0.19 db/migrate/20140606124916_add_slug_to_product_section.rb
mechanize_store-0.0.18 db/migrate/20140606124916_add_slug_to_product_section.rb
mechanize_store-0.0.17 db/migrate/20140606124916_add_slug_to_product_section.rb
mechanize_store-0.0.16 db/migrate/20140606124916_add_slug_to_product_section.rb
mechanize_store-0.0.15 db/migrate/20140606124916_add_slug_to_product_section.rb
mechanize_store-0.0.14 db/migrate/20140606124916_add_slug_to_product_section.rb