Import tech contacts too

This commit is contained in:
Martin Lensment 2015-03-17 11:50:45 +02:00 committed by Priit Tark
parent d5a7704b87
commit 968e383f9e
6 changed files with 25 additions and 6 deletions

View file

@ -0,0 +1,5 @@
module Legacy
class NssetContactMap < Db
self.table_name = :nsset_contact_map
end
end