mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 17:28:18 +02:00
WIP with contact import
This commit is contained in:
parent
3149d0731d
commit
a598b46723
4 changed files with 63 additions and 3 deletions
5
app/models/legacy/contact.rb
Normal file
5
app/models/legacy/contact.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
module Legacy
|
||||
class Contact < Db
|
||||
self.table_name = :contact
|
||||
end
|
||||
end
|
6
app/models/legacy/object_registry.rb
Normal file
6
app/models/legacy/object_registry.rb
Normal file
|
@ -0,0 +1,6 @@
|
|||
module Legacy
|
||||
class ObjectRegistry < Db
|
||||
self.table_name = :object_registry
|
||||
self.inheritance_column = nil
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue