mirror of
https://github.com/google/nomulus.git
synced 2025-07-09 04:33:28 +02:00
Add CurrentPackageToken to Domain table (#1720)
* Add allocation token to Domain table * Add tests * Change column name * change test names
This commit is contained in:
parent
50acadcbe6
commit
644090450e
7 changed files with 63 additions and 5 deletions
|
@ -272,6 +272,7 @@
|
|||
autorenew_poll_message_id int8,
|
||||
autorenew_poll_message_history_id int8,
|
||||
billing_contact text,
|
||||
current_package_token text,
|
||||
deletion_poll_message_id int8,
|
||||
dns_refresh_request_time timestamptz,
|
||||
domain_name text,
|
||||
|
@ -341,6 +342,7 @@
|
|||
autorenew_poll_message_id int8,
|
||||
autorenew_poll_message_history_id int8,
|
||||
billing_contact text,
|
||||
current_package_token text,
|
||||
deletion_poll_message_id int8,
|
||||
dns_refresh_request_time timestamptz,
|
||||
domain_name text,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue