mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 00:42:04 +02:00
Story#104941754 DomainContacts and DnsKey after import take updated_at and created_at.
This commit is contained in:
parent
1fe19d7b55
commit
da7ce59f2e
2 changed files with 16 additions and 7 deletions
|
@ -1,5 +1,8 @@
|
|||
module Legacy
|
||||
class Dnskey < Db
|
||||
self.table_name = :dnskey
|
||||
|
||||
belongs_to :object_registry, foreign_key: :id
|
||||
belongs_to :object, foreign_key: :id
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue