mirror of
https://github.com/internetee/registry.git
synced 2025-06-05 12:17:30 +02:00
Refactored whois from domain into whois body
This commit is contained in:
parent
920b3e71e0
commit
3d0d98d9b1
7 changed files with 204 additions and 51 deletions
|
@ -298,6 +298,7 @@ ActiveRecord::Schema.define(version: 20150423083308) do
|
|||
t.integer "legacy_id"
|
||||
t.integer "legacy_registrar_id"
|
||||
t.integer "legacy_registrant_id"
|
||||
t.json "whois_json"
|
||||
end
|
||||
|
||||
add_index "domains", ["registrant_id"], name: "index_domains_on_registrant_id", using: :btree
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue