Sha256: 1160e6b57d65c0b578cabce23893cfd97ddbf71d803e351a8e239879b31a6899

Contents?: true

Size: 248 Bytes

Versions: 141

Compression:

Stored size: 248 Bytes

Contents

class AddDefaultToSpreeStockLocations < ActiveRecord::Migration[4.2]
  def change
    unless column_exists? :spree_stock_locations, :default
      add_column :spree_stock_locations, :default, :boolean, null: false, default: false
    end
  end
end

Version data entries

141 entries across 141 versions & 2 rubygems

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