Refactored whois from domain into whois body

This commit is contained in:
Priit Tark 2015-04-22 10:39:52 +03:00
parent 920b3e71e0
commit 3d0d98d9b1
7 changed files with 204 additions and 51 deletions

View file

@ -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