Sha256: a5bf56b49b36d32828fb6a5c27dcc1211321f5a1f11a531f8896666049575c6e
Contents?: true
Size: 256 Bytes
Versions: 177
Compression:
Stored size: 256 Bytes
Contents
class AddUniqueConstraintOnContacts < ActiveRecord::Migration[4.2] def change remove_index :letter_contacts, :person_id remove_index :letter_contacts, :patient_id add_index :letter_contacts, [:person_id, :patient_id], unique: true end end
Version data entries
177 entries across 177 versions & 1 rubygems