mirror of
https://github.com/google/nomulus
synced 2026-08-01 21:06:09 +00:00
Add new last_poc_verification_date field to Registrar object (#2746)
This commit is contained in:
@@ -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
|
||||
);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user