mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 22:54:47 +02:00
5 lines
171 B
Ruby
5 lines
171 B
Ruby
class AddDomainContactsContactIdFk < ActiveRecord::Migration
|
|
def change
|
|
add_foreign_key :domain_contacts, :contacts, name: 'domain_contacts_contact_id_fk'
|
|
end
|
|
end
|