Sha256: fee57e17055da8f274f869532cfaf2da58471f89b1be5fd3eee8b40305dbbcd1
Contents?: true
Size: 174 Bytes
Versions: 13
Compression:
Stored size: 174 Bytes
Contents
# frozen_string_literal: true class AddAccountContactsIndex < ActiveRecord::Migration[4.2] def change add_index :account_contacts, %i[account_id contact_id] end end
Version data entries
13 entries across 13 versions & 1 rubygems