Keep whois schema up to date with actual whois schema

This commit is contained in:
Maciej Szlosarczyk 2019-04-01 14:45:55 +03:00
parent 63efb48a2a
commit e9a39bdc3b
No known key found for this signature in database
GPG key ID: 41D62D42D3B0D765

View file

@ -41,7 +41,6 @@ ActiveRecord::Schema.define(version: 20181102124618) do
create_table "whois_records", force: :cascade do |t|
t.string "name"
t.text "body"
t.json "json"
t.datetime "created_at", null: false
t.datetime "updated_at", null: false