mirror of
https://github.com/google/nomulus.git
synced 2025-08-11 12:09:39 +02:00
Refactor TransferData to remove unused fields in Contact table (#623)
* Add DomainTransferData and ContactTransferData * Refactor TransferData to remove unused fields in Contact table * Add scope for TransferData's type parameter
This commit is contained in:
parent
21f2f38ad1
commit
26e2a51180
38 changed files with 491 additions and 324 deletions
|
@ -244,15 +244,8 @@ CREATE TABLE public."Contact" (
|
|||
voice_phone_number text,
|
||||
transfer_gaining_poll_message_id bigint,
|
||||
transfer_losing_poll_message_id bigint,
|
||||
transfer_billing_cancellation_id bigint,
|
||||
transfer_billing_event_id bigint,
|
||||
transfer_billing_recurrence_id bigint,
|
||||
transfer_autorenew_poll_message_id bigint,
|
||||
transfer_renew_period_unit text,
|
||||
transfer_renew_period_value integer,
|
||||
transfer_client_txn_id text,
|
||||
transfer_server_txn_id text,
|
||||
transfer_registration_expiration_time timestamp with time zone,
|
||||
transfer_gaining_registrar_id text,
|
||||
transfer_losing_registrar_id text,
|
||||
transfer_pending_expiration_time timestamp with time zone,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue