Sha256: 26a8eeab7aa1d599303e08e08dc0d077ba2cd8b079f9c2f6d53975ab0dab97f4
Contents?: true
Size: 223 Bytes
Versions: 3
Compression:
Stored size: 223 Bytes
Contents
class AddFeaturedToProducts < ActiveRecord::Migration def up add_column :tb_commerce_products, :is_featured, :boolean, :default => false end def down remove_column :tb_commerce_products, :is_featured end end
Version data entries
3 entries across 3 versions & 1 rubygems