Sha256: 496a1ae9a0e005a78a2540f49b8b4be78866d3336a1c8766c5c398c031b71918

Contents?: true

Size: 406 Bytes

Versions: 141

Compression:

Stored size: 406 Bytes

Contents

class RemoveNotNullConstraintFromProductsOnHand < ActiveRecord::Migration[4.2]
  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

141 entries across 141 versions & 2 rubygems

Version Path
spree_core-4.0.9 db/migrate/20121017010007_remove_not_null_constraint_from_products_on_hand.rb
spree_core-4.1.15 db/migrate/20121017010007_remove_not_null_constraint_from_products_on_hand.rb
spree_core-4.2.7 db/migrate/20121017010007_remove_not_null_constraint_from_products_on_hand.rb
spree_core-4.3.3 db/migrate/20121017010007_remove_not_null_constraint_from_products_on_hand.rb
spree_core-4.2.6 db/migrate/20121017010007_remove_not_null_constraint_from_products_on_hand.rb
spree_core-4.3.2 db/migrate/20121017010007_remove_not_null_constraint_from_products_on_hand.rb
spree_core-4.3.1 db/migrate/20121017010007_remove_not_null_constraint_from_products_on_hand.rb
spree_core-4.3.0 db/migrate/20121017010007_remove_not_null_constraint_from_products_on_hand.rb
spree_core-4.3.0.rc3 db/migrate/20121017010007_remove_not_null_constraint_from_products_on_hand.rb
spree_core-4.3.0.rc2 db/migrate/20121017010007_remove_not_null_constraint_from_products_on_hand.rb
spree_core-4.3.0.rc1 db/migrate/20121017010007_remove_not_null_constraint_from_products_on_hand.rb
spree_core-4.2.5 db/migrate/20121017010007_remove_not_null_constraint_from_products_on_hand.rb
spree_core-4.1.14 db/migrate/20121017010007_remove_not_null_constraint_from_products_on_hand.rb
spree_core-4.0.8 db/migrate/20121017010007_remove_not_null_constraint_from_products_on_hand.rb
spree_core-4.2.4 db/migrate/20121017010007_remove_not_null_constraint_from_products_on_hand.rb
spree_core-3.7.14.1 db/migrate/20121017010007_remove_not_null_constraint_from_products_on_hand.rb
spree_core-4.2.3.1 db/migrate/20121017010007_remove_not_null_constraint_from_products_on_hand.rb
spree_core-4.1.13.1 db/migrate/20121017010007_remove_not_null_constraint_from_products_on_hand.rb
spree_core-4.0.7.1 db/migrate/20121017010007_remove_not_null_constraint_from_products_on_hand.rb
spree_core-4.2.3 db/migrate/20121017010007_remove_not_null_constraint_from_products_on_hand.rb