Updated whois tasks and added whois_json

This commit is contained in:
Priit Tark 2015-04-22 11:51:33 +03:00
parent 3d0d98d9b1
commit 8dae9d9deb
4 changed files with 44 additions and 29 deletions

View file

@ -19,6 +19,7 @@ ActiveRecord::Schema.define(version: 20150113113236) do
create_table "domains", force: :cascade do |t|
t.string "name"
t.text "whois_body"
t.json "whois_json"
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
end