Add schema change for missing PollMessage.OneTime column (#1434)

This commit is contained in:
sarahcaseybot 2021-11-24 11:23:26 -05:00 committed by GitHub
parent 2d9e969f87
commit d4aa7b3c78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 99 additions and 68 deletions

View file

@ -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
);