mirror of
https://github.com/google/nomulus
synced 2026-07-20 15:02:30 +00:00
Restore ofy keys in DomainTransferData (#838)
* Restore ofy keys in DomainTransferData Restore composite VKeys correctly in DomainTransferData (they were previously missing their ofy keys). * Use "AlsoLoad" to populate history ids
This commit is contained in:
@@ -271,8 +271,11 @@
|
||||
tld text,
|
||||
transfer_billing_cancellation_id int8,
|
||||
transfer_billing_recurrence_id int8,
|
||||
transfer_billing_recurrence_history_id int8,
|
||||
transfer_autorenew_poll_message_id int8,
|
||||
transfer_autorenew_poll_message_history_id int8,
|
||||
transfer_billing_event_id int8,
|
||||
transfer_billing_event_history_id int8,
|
||||
transfer_renew_period_unit text,
|
||||
transfer_renew_period_value int4,
|
||||
transfer_registration_expiration_time timestamptz,
|
||||
@@ -326,8 +329,11 @@
|
||||
tld text,
|
||||
transfer_billing_cancellation_id int8,
|
||||
transfer_billing_recurrence_id int8,
|
||||
transfer_billing_recurrence_history_id int8,
|
||||
transfer_autorenew_poll_message_id int8,
|
||||
transfer_autorenew_poll_message_history_id int8,
|
||||
transfer_billing_event_id int8,
|
||||
transfer_billing_event_history_id int8,
|
||||
transfer_renew_period_unit text,
|
||||
transfer_renew_period_value int4,
|
||||
transfer_registration_expiration_time timestamptz,
|
||||
|
||||
Reference in New Issue
Block a user