Sha256: f571d6d272964c087545441fff9dac79aa7b5dafee1e5ba97cebc11ea6f2c1bd

Contents?: true

Size: 144 Bytes

Versions: 126

Compression:

Stored size: 144 Bytes

Contents

class AddUserIdCreatedByIdIndexToOrder < ActiveRecord::Migration
  def change
    add_index :spree_orders, [:user_id, :created_by_id]
  end
end

Version data entries

126 entries across 126 versions & 3 rubygems

Version Path
spree_core-2.2.4 db/migrate/20140415041315_add_user_id_created_by_id_index_to_order.rb
spree_core-2.2.3 db/migrate/20140415041315_add_user_id_created_by_id_index_to_order.rb
spree_core-2.3.0 db/migrate/20140415041315_add_user_id_created_by_id_index_to_order.rb
spree_core-2.2.2 db/migrate/20140415041315_add_user_id_created_by_id_index_to_order.rb
spree_core-2.1.7 db/migrate/20140415041315_add_user_id_created_by_id_index_to_order.rb
spree_core-2.0.11 db/migrate/20140415041315_add_user_id_created_by_id_index_to_order.rb