mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 09:45:11 +02:00
DNSSEC refactor
This commit is contained in:
parent
6f12af5e0b
commit
3453b7f4a1
14 changed files with 150 additions and 30 deletions
10
db/migrate/20141009100818_create_delegation_signer.rb
Normal file
10
db/migrate/20141009100818_create_delegation_signer.rb
Normal file
|
@ -0,0 +1,10 @@
|
|||
class CreateDelegationSigner < ActiveRecord::Migration
|
||||
def change
|
||||
create_table :delegation_signers do |t|
|
||||
t.integer :domain_id
|
||||
t.string :key_tag
|
||||
t.integer :digest_type
|
||||
t.string :digest
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue