mirror of
https://github.com/internetee/registry.git
synced 2025-08-02 16:02:03 +02:00
Import tech contacts too
This commit is contained in:
parent
d5a7704b87
commit
968e383f9e
6 changed files with 25 additions and 6 deletions
|
@ -2,6 +2,6 @@ module Legacy
|
|||
class DomainContactMap < Db
|
||||
self.table_name = :domain_contact_map
|
||||
|
||||
belongs_to :contact, foreign_key: :contactid, primary_key: :legacy_id, class_name: '::Contact'
|
||||
# belongs_to :contact, foreign_key: :contactid, primary_key: :legacy_id, class_name: '::Contact'
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue