Sha256: ff6c4ec91c27a3aac5853db351e281db91a8de9248741b4cd1fd00ed790da88b
Contents?: true
Size: 223 Bytes
Versions: 9
Compression:
Stored size: 223 Bytes
Contents
class AddIndexesToModelAssociations < ActiveRecord::Migration def change add_index :contact_opportunities, [:contact_id, :opportunity_id] add_index :account_opportunities, [:account_id, :opportunity_id] end end
Version data entries
9 entries across 9 versions & 2 rubygems