Story#108521790 - add tech contacts relation to domain history

This commit is contained in:
Vladimir Krylov 2015-12-10 13:53:55 +02:00
parent 8dfb62151d
commit 112dac9e7c
4 changed files with 13 additions and 2 deletions

View file

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