Sha256: 57cd8272c66b3f066a6faf9b7442f8e18a5e22b8b4872bcc0f7171d496ad1ae8

Contents?: true

Size: 413 Bytes

Versions: 152

Compression:

Stored size: 413 Bytes

Contents

class RemoveNotNullConstraintFromProductsOnHand < ActiveRecord::Migration
  def up
    change_column :spree_products, :count_on_hand, :integer, :null => true
    change_column :spree_variants, :count_on_hand, :integer, :null => true
  end

  def down
    change_column :spree_products, :count_on_hand, :integer, :null => false
    change_column :spree_variants, :count_on_hand, :integer, :null => false
  end
end

Version data entries

152 entries across 152 versions & 4 rubygems

Version Path
goca-spree-core-3.1.14.rails.5.0 db/migrate/20121017010007_remove_not_null_constraint_from_products_on_hand.rb
goca-spree-core-3.1.15.rails.5.0 db/migrate/20121017010007_remove_not_null_constraint_from_products_on_hand.rb
goca-spree-core-3.1.15.pre.rails.pre.5.0 db/migrate/20121017010007_remove_not_null_constraint_from_products_on_hand.rb
spree_core-3.1.14 db/migrate/20121017010007_remove_not_null_constraint_from_products_on_hand.rb
spree_core-3.1.13 db/migrate/20121017010007_remove_not_null_constraint_from_products_on_hand.rb
spree_core-3.1.12 db/migrate/20121017010007_remove_not_null_constraint_from_products_on_hand.rb
solidus_core-1.2.3 db/migrate/20121017010007_remove_not_null_constraint_from_products_on_hand.rb
solidus_core-1.1.4 db/migrate/20121017010007_remove_not_null_constraint_from_products_on_hand.rb
solidus_core-1.0.7 db/migrate/20121017010007_remove_not_null_constraint_from_products_on_hand.rb
spree_core-3.1.11 db/migrate/20121017010007_remove_not_null_constraint_from_products_on_hand.rb
spree_core-3.1.10 db/migrate/20121017010007_remove_not_null_constraint_from_products_on_hand.rb
spree_core-3.1.9 db/migrate/20121017010007_remove_not_null_constraint_from_products_on_hand.rb
spree_core-3.1.8 db/migrate/20121017010007_remove_not_null_constraint_from_products_on_hand.rb
spree_core-3.1.7 db/migrate/20121017010007_remove_not_null_constraint_from_products_on_hand.rb
spree_core-3.1.6 db/migrate/20121017010007_remove_not_null_constraint_from_products_on_hand.rb
spree_core-3.1.5 db/migrate/20121017010007_remove_not_null_constraint_from_products_on_hand.rb
spree_core-3.1.4 db/migrate/20121017010007_remove_not_null_constraint_from_products_on_hand.rb
spree_core-3.1.3 db/migrate/20121017010007_remove_not_null_constraint_from_products_on_hand.rb
spree_core-3.1.2 db/migrate/20121017010007_remove_not_null_constraint_from_products_on_hand.rb
spree_core-3.0.10 db/migrate/20121017010007_remove_not_null_constraint_from_products_on_hand.rb