Story#108521790 - add tech contacts relation to domain history

This commit is contained in:
Vladimir Krylov 2015-12-10 13:53:55 +02:00
parent 8dfb62151d
commit 112dac9e7c
4 changed files with 13 additions and 2 deletions

View file

@ -131,8 +131,9 @@ namespace :import do
created_at: time,
children: {
admin_contacts: [responder.get_admin_contact_new_ids],
tech_contacts: [],
tech_contacts: [responder.get_tech_contact_new_ids],
nameservers: [],
dnskeys: [],
registrant: [responder.new_registrant_id]
}
)