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:
sarahcaseybot 2022-08-09 11:23:21 -04:00 committed by GitHub
parent 50acadcbe6
commit 644090450e
7 changed files with 63 additions and 5 deletions

View file

@ -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,