mirror of
https://github.com/internetee/registry.git
synced 2025-07-04 18:23:35 +02:00
Story#108521790 - add tech contacts relation to domain history
This commit is contained in:
parent
8dfb62151d
commit
112dac9e7c
4 changed files with 13 additions and 2 deletions
|
@ -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]
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue