Sha256: 623aca41667e046fbb45f7cdea67c3654825a15bf405e592e6c2d782f3307bdd
Contents?: true
Size: 229 Bytes
Versions: 21
Compression:
Stored size: 229 Bytes
Contents
class AddOnDemandToProductAndVariant < ActiveRecord::Migration[4.2] def change add_column :spree_products, :on_demand, :boolean, default: false add_column :spree_variants, :on_demand, :boolean, default: false end end
Version data entries
21 entries across 21 versions & 1 rubygems