Sha256: 7fa0ae949e4c5df8e3dc1c3304e726ab2f54d9cc5e39dfdee80a696845b4c577

Contents?: true

Size: 287 Bytes

Versions: 6

Compression:

Stored size: 287 Bytes

Contents

# This migration comes from mechanize_store (originally 20140407193412)
# This migration comes from mechanize_store (originally 20140407193412)
class AddWidthToMechanizeStoreProduct < ActiveRecord::Migration
  def change
    add_column :mechanize_store_products, :width, :float
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
mechanize_store-0.0.8 spec/dummy/db/migrate/20140508135837_add_width_to_mechanize_store_product.mechanize_store.rb
mechanize_store-0.0.7 spec/dummy/db/migrate/20140508135837_add_width_to_mechanize_store_product.mechanize_store.rb
mechanize_store-0.0.6 spec/dummy/db/migrate/20140508135837_add_width_to_mechanize_store_product.mechanize_store.rb
mechanize_store-0.0.5 spec/dummy/db/migrate/20140508135837_add_width_to_mechanize_store_product.mechanize_store.rb
mechanize_store-0.0.4 spec/dummy/db/migrate/20140424193645_add_width_to_mechanize_store_product.mechanize_store.rb
mechanize_store-0.0.3 spec/dummy/db/migrate/20140407193949_add_width_to_mechanize_store_product.mechanize_store.rb