Sha256: d545701a8050a0f85a64186eeaefc89bfd2cb172a8e4ca83a0017d7a94fd1f2b

Contents?: true

Size: 189 Bytes

Versions: 5

Compression:

Stored size: 189 Bytes

Contents

# This migration comes from beerify (originally 20130918132647)
class AddHighlightToProducts < ActiveRecord::Migration
  def change
    add_column :products, :highlight, :boolean
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
beerify-0.2.0 spec/dummy/db/migrate/20131009094357_add_highlight_to_products.beerify.rb
beerify-0.1.3 spec/dummy/db/migrate/20131009094357_add_highlight_to_products.beerify.rb
beerify-0.1.2 spec/dummy/db/migrate/20131009094357_add_highlight_to_products.beerify.rb
beerify-0.1.1 spec/dummy/db/migrate/20130918132952_add_highlight_to_products.beerify.rb
beerify-0.1.0 spec/dummy/db/migrate/20130918132952_add_highlight_to_products.beerify.rb