Sha256: b088c4962693f4f06c81d3496de1e85c0b5352a23da03517f2a7f7e367dc9efa

Contents?: true

Size: 197 Bytes

Versions: 18

Compression:

Stored size: 197 Bytes

Contents

class DropCategoryIdFromProducts < ActiveRecord::Migration
  def self.up
    remove_column :products, :category_id
  end

  def self.down
    add_column :products, :category_id, :integer
  end
end

Version data entries

18 entries across 18 versions & 3 rubygems

Version Path
kdmny-spree-0.0.1 db/migrate/20081016162924_drop_category_id_from_products.rb
spree-enriquez-0.9.4 db/migrate/20081016162924_drop_category_id_from_products.rb
spree-0.9.4 db/migrate/20081016162924_drop_category_id_from_products.rb
spree-0.9.3 db/migrate/20081016162924_drop_category_id_from_products.rb
spree-0.9.2 db/migrate/20081016162924_drop_category_id_from_products.rb
spree-0.9.1 db/migrate/20081016162924_drop_category_id_from_products.rb
spree-0.9.0 db/migrate/20081016162924_drop_category_id_from_products.rb
spree-0.8.4 db/migrate/20081016162924_drop_category_id_from_products.rb
spree-0.8.5 db/migrate/20081016162924_drop_category_id_from_products.rb
spree-0.5.0 db/migrate/20081016162924_drop_category_id_from_products.rb
spree-0.6.0 db/migrate/20081016162924_drop_category_id_from_products.rb
spree-0.5.1 db/migrate/20081016162924_drop_category_id_from_products.rb
spree-0.7.0 db/migrate/20081016162924_drop_category_id_from_products.rb
spree-0.7.1 db/migrate/20081016162924_drop_category_id_from_products.rb
spree-0.8.0 db/migrate/20081016162924_drop_category_id_from_products.rb
spree-0.8.1 db/migrate/20081016162924_drop_category_id_from_products.rb
spree-0.8.2 db/migrate/20081016162924_drop_category_id_from_products.rb
spree-0.8.3 db/migrate/20081016162924_drop_category_id_from_products.rb