mirror of
https://github.com/internetee/registry.git
synced 2025-08-02 07:52:04 +02:00
Fix dnskey adding
This commit is contained in:
parent
3453b7f4a1
commit
6ab58767c3
5 changed files with 23 additions and 25 deletions
|
@ -3,6 +3,7 @@ class CreateDelegationSigner < ActiveRecord::Migration
|
|||
create_table :delegation_signers do |t|
|
||||
t.integer :domain_id
|
||||
t.string :key_tag
|
||||
t.integer :alg
|
||||
t.integer :digest_type
|
||||
t.string :digest
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue