Sha256: abcfe0481171d4f4362292a472309fa2536ecbab2a51426b78b9c03e3fd823a6

Contents?: true

Size: 243 Bytes

Versions: 20

Compression:

Stored size: 243 Bytes

Contents

class ProductsTaxons < ActiveRecord::Migration
  def self.up
    create_table :products_taxons, :id => false do |t|
      t.integer :product_id
      t.integer :taxon_id
    end
  end

  def self.down
    drop_table :products_taxons
  end
end

Version data entries

20 entries across 20 versions & 3 rubygems

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