mirror of
https://github.com/internetee/registry.git
synced 2025-08-01 23:42:04 +02:00
Updated whois tasks and added whois_json
This commit is contained in:
parent
3d0d98d9b1
commit
8dae9d9deb
4 changed files with 44 additions and 29 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue