Sha256: 562b51d2d83044f40eaa3df6aaad8a0ff20c0a4b65362f01ff85532f5daa75d7

Contents?: true

Size: 155 Bytes

Versions: 5

Compression:

Stored size: 155 Bytes

Contents

class AddPhotosToProduct < ActiveRecord::Migration
  def change
    add_column :photos, :product_id, :integer
    add_index :photos, :product_id
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
beerify-0.2.0 db/migrate/20130902162315_add_photos_to_product.rb
beerify-0.1.3 db/migrate/20130902162315_add_photos_to_product.rb
beerify-0.1.2 db/migrate/20130902162315_add_photos_to_product.rb
beerify-0.1.1 db/migrate/20130902162315_add_photos_to_product.rb
beerify-0.1.0 db/migrate/20130902162315_add_photos_to_product.rb