mirror of
https://github.com/internetee/registry.git
synced 2025-07-27 13:06:18 +02:00
dnssec ans ns validation message
This commit is contained in:
parent
6229147d0f
commit
87e8258572
6 changed files with 69 additions and 27 deletions
|
@ -814,8 +814,17 @@ CREATE TABLE public.dnskeys (
|
|||
updator_str character varying,
|
||||
legacy_domain_id integer,
|
||||
updated_at timestamp without time zone,
|
||||
<<<<<<< HEAD
|
||||
validation_datetime timestamp without time zone,
|
||||
failed_validation_reason character varying
|
||||
=======
|
||||
<<<<<<< HEAD
|
||||
validation_datetime timestamp without time zone
|
||||
=======
|
||||
validation_datetime timestamp without time zone,
|
||||
failed_validation_reason character varying
|
||||
>>>>>>> dnssec ans ns validation message
|
||||
>>>>>>> dnssec ans ns validation message
|
||||
);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue