mirror of
https://github.com/google/nomulus
synced 2026-07-19 14:32:44 +00:00
Drop autorenew poll message history id column from the domain table (#1743)
We stopped using the column since #1732.
This commit is contained in:
@@ -391,7 +391,6 @@ CREATE TABLE public."Domain" (
|
||||
autorenew_poll_message_id bigint,
|
||||
deletion_poll_message_id bigint,
|
||||
autorenew_end_time timestamp with time zone,
|
||||
autorenew_poll_message_history_id bigint,
|
||||
transfer_autorenew_poll_message_history_id bigint,
|
||||
transfer_history_entry_id bigint,
|
||||
transfer_repo_id text,
|
||||
|
||||
Reference in New Issue
Block a user