Story#108521790 - add admin contacts relation to domain history

This commit is contained in:
Vladimir Krylov 2015-12-10 12:52:17 +02:00
parent 33ee6f6256
commit 8dfb62151d
3 changed files with 22 additions and 2 deletions

View file

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