mirror of
https://github.com/internetee/registry.git
synced 2025-07-06 19:23:19 +02:00
Prepare history import
This commit is contained in:
parent
1e94909c41
commit
e11c1b5d20
4 changed files with 32 additions and 0 deletions
5
app/models/legacy/history.rb
Normal file
5
app/models/legacy/history.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
module Legacy
|
||||
class History < Db
|
||||
self.table_name = :history
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue