Sha256: 02c57cac9363491f9e34b7641483b98faf02c7f16ea467dedaa5dad1b2638d9f

Contents?: true

Size: 215 Bytes

Versions: 8

Compression:

Stored size: 215 Bytes

Contents

# This migration comes from spree (originally 20170331103334)
class AddIndexForPrototypeIdToPrototypeTaxons < ActiveRecord::Migration[5.0]
  def change
    add_index :spree_prototype_taxons, :prototype_id
  end
end

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
spree_purchase_order-3.7.0 spec/dummy/db/migrate/20191113195955_add_index_for_prototype_id_to_prototype_taxons.spree.rb
spree_billing_sisow-0.9.2 spec/dummy/db/migrate/20190729091896_add_index_for_prototype_id_to_prototype_taxons.spree.rb
spree_billing_sisow-0.9.1 spec/dummy/db/migrate/20190729091896_add_index_for_prototype_id_to_prototype_taxons.spree.rb
spree_purchase_order-3.6.0 spec/dummy/db/migrate/20180516191820_add_index_for_prototype_id_to_prototype_taxons.spree.rb
spree_purchase_order-3.5.0 spec/dummy/db/migrate/20180516191820_add_index_for_prototype_id_to_prototype_taxons.spree.rb
spree_purchase_order-3.5.0.rc1 spec/dummy/db/migrate/20180516191820_add_index_for_prototype_id_to_prototype_taxons.spree.rb
spree_purchase_order-3.4.0 spec/dummy/db/migrate/20180516191820_add_index_for_prototype_id_to_prototype_taxons.spree.rb
spree_purchase_order-3.3.0 spec/dummy/db/migrate/20180516191820_add_index_for_prototype_id_to_prototype_taxons.spree.rb