Sha256: 47ee02e0dec41329ef634d42b5bdd7fdad5e71842c62583506671b18f3a3a3d8

Contents?: true

Size: 143 Bytes

Versions: 8

Compression:

Stored size: 143 Bytes

Contents

class AddAccountContactsIndex < ActiveRecord::Migration[4.2]
  def change
    add_index :account_contacts, %i[account_id contact_id]
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
fat_free_crm-0.15.2 db/migrate/20160511053730_add_account_contacts_index.rb
fat_free_crm-0.16.4 db/migrate/20160511053730_add_account_contacts_index.rb
fat_free_crm-0.15.1 db/migrate/20160511053730_add_account_contacts_index.rb
fat_free_crm-0.16.3 db/migrate/20160511053730_add_account_contacts_index.rb
fat_free_crm-0.16.2 db/migrate/20160511053730_add_account_contacts_index.rb
fat_free_crm-0.16.1 db/migrate/20160511053730_add_account_contacts_index.rb
fat_free_crm-0.16.0 db/migrate/20160511053730_add_account_contacts_index.rb
fat_free_crm-0.15.0 db/migrate/20160511053730_add_account_contacts_index.rb