Story#108521790 - import dnskey history

This commit is contained in:
Vladimir Krylov 2015-12-11 17:43:20 +02:00
parent 01a82a2960
commit d41488472a
4 changed files with 80 additions and 0 deletions

View file

@ -0,0 +1,8 @@
module Legacy
class DnskeyHistory < Db
self.table_name = :dnskey_history
belongs_to :object_registry, foreign_key: :id
belongs_to :object, foreign_key: :id
end
end