Sha256: 9650d939bc2a4a5f23e3a3108a5b6fc324d9d8286a4d966c01110fef55a63c37

Contents?: true

Size: 150 Bytes

Versions: 1

Compression:

Stored size: 150 Bytes

Contents

class AddInactiveToSpreeProducts < ActiveRecord::Migration
  def change
    add_column :spree_products, :inactive, :boolean, default: false
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
spree_product_activator-1.0.0 db/migrate/20140811181003_add_inactive_to_spree_products.rb