Sha256: 3a800765e1916ddd3b46e6842c6d627231c70c1c022492ca40541155c828538e
Contents?: true
Size: 177 Bytes
Versions: 1
Compression:
Stored size: 177 Bytes
Contents
class AddTaxableToProductTypes < ActiveRecord::Migration def change add_column :product_types, :taxable, :boolean unless column_exists? :product_types, :taxable end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
erp_products-4.2.0 | db/migrate/20150622150625_add_taxable_to_product_types.rb |