mirror of
https://github.com/google/nomulus.git
synced 2025-08-10 19:49:36 +02:00
Add schema change for missing PollMessage.OneTime column (#1434)
This commit is contained in:
parent
2d9e969f87
commit
d4aa7b3c78
5 changed files with 99 additions and 68 deletions
|
@ -690,7 +690,8 @@ CREATE TABLE public."PollMessage" (
|
|||
transfer_response_transfer_request_time timestamp with time zone,
|
||||
transfer_response_transfer_status text,
|
||||
autorenew_end_time timestamp with time zone,
|
||||
autorenew_domain_name text
|
||||
autorenew_domain_name text,
|
||||
transfer_response_host_id text
|
||||
);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue