mirror of
https://github.com/internetee/registry.git
synced 2025-08-01 15:34:41 +02:00
Import tld nameservers #2726
This commit is contained in:
parent
4e03a65e8d
commit
b9a7f63d75
4 changed files with 248 additions and 2 deletions
5
app/models/legacy/zone_ns.rb
Normal file
5
app/models/legacy/zone_ns.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
module Legacy
|
||||
class ZoneNs < Db
|
||||
self.table_name = :zone_ns
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue