mirror of
https://github.com/internetee/registry.git
synced 2025-08-02 07:52:04 +02:00
Add legacy domain history model, remove some dead code, fix domain update xml #2693
This commit is contained in:
parent
e42a50dc4c
commit
dddc3207b9
4 changed files with 10 additions and 6 deletions
|
@ -11,5 +11,6 @@ module Legacy
|
|||
has_many :dnskeys, foreign_key: :keysetid, primary_key: :keyset
|
||||
has_many :domain_contact_maps, foreign_key: :domainid
|
||||
has_many :nsset_contact_maps, foreign_key: :nssetid, primary_key: :nsset
|
||||
has_many :domain_histories, foreign_key: :id
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue