Add new last_poc_verification_date field to Registrar object (#2746)

This commit is contained in:
Pavlo Tkach
2025-04-17 19:41:10 +00:00
committed by GitHub
parent b17125ae9a
commit ca240adfb6
5 changed files with 36 additions and 10 deletions
@@ -983,7 +983,8 @@ CREATE TABLE public."Registrar" (
url text,
whois_server text,
last_expiring_cert_notification_sent_date timestamp with time zone,
last_expiring_failover_cert_notification_sent_date timestamp with time zone
last_expiring_failover_cert_notification_sent_date timestamp with time zone,
last_poc_verification_date timestamp with time zone
);