Sha256: 2c5a549a9c01ba0aa658abc8b349d7f1688d8c4729c17092a7e98fc3cb606d64

Contents?: true

Size: 280 Bytes

Versions: 13

Compression:

Stored size: 280 Bytes

Contents

class CreateOptionTypesPrototypes < ActiveRecord::Migration
  def self.up
    create_table :option_types_prototypes, :id => false do |t|
      t.integer :prototype_id
      t.integer :option_type_id
    end
  end

  def self.down
    drop_table :option_types_prototypes
  end
end

Version data entries

13 entries across 13 versions & 3 rubygems

Version Path
kdmny-spree-0.0.1 db/migrate/20090324164010_create_option_types_prototypes.rb
spree-enriquez-0.9.4 db/migrate/20090324164010_create_option_types_prototypes.rb
spree-0.9.4 db/migrate/20090324164010_create_option_types_prototypes.rb
spree-0.9.3 db/migrate/20090324164010_create_option_types_prototypes.rb
spree-0.9.2 db/migrate/20090324164010_create_option_types_prototypes.rb
spree-0.9.1 db/migrate/20090324164010_create_option_types_prototypes.rb
spree-0.9.0 db/migrate/20090324164010_create_option_types_prototypes.rb
spree-0.8.4 db/migrate/20090324164010_create_option_types_prototypes.rb
spree-0.8.5 db/migrate/20090324164010_create_option_types_prototypes.rb
spree-0.8.0 db/migrate/20090324164010_create_option_types_prototypes.rb
spree-0.8.1 db/migrate/20090324164010_create_option_types_prototypes.rb
spree-0.8.2 db/migrate/20090324164010_create_option_types_prototypes.rb
spree-0.8.3 db/migrate/20090324164010_create_option_types_prototypes.rb