mirror of
https://github.com/google/nomulus
synced 2026-07-31 20:36:09 +00: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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user