mirror of
https://github.com/internetee/registry.git
synced 2025-07-27 21:16:12 +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
|
@ -0,0 +1,5 @@
|
|||
class AddFailedValidationReasongToDnskey < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
add_column :dnskeys, :failed_validation_reason, :string
|
||||
end
|
||||
end
|
|
@ -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