Sha256: e393e6b1717e8c63ce82953c7490713fd24e32fabf2f44985e7f1400407244a8
Contents?: true
Size: 226 Bytes
Versions: 8
Compression:
Stored size: 226 Bytes
Contents
class AddIndexesToModelAssociations < ActiveRecord::Migration[4.2] def change add_index :contact_opportunities, %i[contact_id opportunity_id] add_index :account_opportunities, %i[account_id opportunity_id] end end
Version data entries
8 entries across 8 versions & 1 rubygems