mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 01:33:36 +02:00
Fix dnskey adding
This commit is contained in:
parent
3453b7f4a1
commit
6ab58767c3
5 changed files with 23 additions and 25 deletions
|
@ -94,6 +94,7 @@ ActiveRecord::Schema.define(version: 20141009101337) do
|
|||
create_table "delegation_signers", force: true 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