mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 20:18:22 +02:00
Go back to original dnskey
This commit is contained in:
parent
c19168c2ea
commit
eaa553dc9d
12 changed files with 189 additions and 125 deletions
9
db/migrate/20141010130412_add_ds_filelds_to_dnskey.rb
Normal file
9
db/migrate/20141010130412_add_ds_filelds_to_dnskey.rb
Normal file
|
@ -0,0 +1,9 @@
|
|||
class AddDsFileldsToDnskey < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :dnskeys, :ds_key_tag, :string
|
||||
add_column :dnskeys, :ds_alg, :integer
|
||||
add_column :dnskeys, :ds_digest_type, :integer
|
||||
add_column :dnskeys, :ds_digest, :string
|
||||
end
|
||||
end
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue