Sha256: 9700da0d5c3b21d49baceb2256b6ded2da8546919a72e638fff595f660ff0b13

Contents?: true

Size: 216 Bytes

Versions: 2

Compression:

Stored size: 216 Bytes

Contents

class AddFavoritesUserCountsToProduct < ActiveRecord::Migration
  def change
    add_column :spree_products, :favorite_users_count, :integer, default: 0
    add_index :spree_products, :favorite_users_count
  end
end

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
spree_favorite_products-3.2.0 db/migrate/20160304152800_add_favorites_user_counts_to_product.rb
solidus_favorite_products-2.1.1 db/migrate/20160304152800_add_favorites_user_counts_to_product.rb