Sha256: f24ac07c1a32993e5663ea49a3004f3e2d65271d4343c661cd11c30305d62f3e

Contents?: true

Size: 174 Bytes

Versions: 2

Compression:

Stored size: 174 Bytes

Contents

class AddActiveOnWinkelstraatToSpreeProducts < ActiveRecord::Migration
  def change
    add_column :spree_products, :sell_on_winkelstraat, :boolean, default: false
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
spree_winkelstraat-3.1.0.21 db/migrate/20190507114902_add_active_on_winkelstraat_to_spree_products.rb
spree_winkelstraat-3.1.0.20 db/migrate/20190507114902_add_active_on_winkelstraat_to_spree_products.rb