Story#108521790 - add admin contacts relation to domain history

This commit is contained in:
Vladimir Krylov 2015-12-10 12:52:17 +02:00
parent 33ee6f6256
commit 8dfb62151d
3 changed files with 22 additions and 2 deletions

View file

@ -129,7 +129,12 @@ namespace :import do
object: last_changes,
object_changes: changes,
created_at: time,
children: {}
children: {
admin_contacts: [responder.get_admin_contact_new_ids],
tech_contacts: [],
nameservers: [],
registrant: [responder.new_registrant_id]
}
)
last_changes = new_attrs