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 2f3ac2e43b
commit 78d78e21cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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,