mirror of
https://github.com/google/nomulus
synced 2026-02-09 06:20:29 +00:00
Expand registrar schema to support sending expiring certificate notification emails (#1247)
* Expand registrar schema to support sending expiring certificate notification emails * Remove java change (restrictly schema change only)
This commit is contained in:
@@ -800,7 +800,9 @@ CREATE TABLE public."Registrar" (
|
||||
state text,
|
||||
type text NOT NULL,
|
||||
url text,
|
||||
whois_server 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
|
||||
);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user