1
0
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:
Lai Jiang
2022-08-25 15:52:32 -04:00
committed by GitHub
parent b0e4e86586
commit b9f8faa165
5 changed files with 1741 additions and 1739 deletions
@@ -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,