From e9a39bdc3b6afd2046ea7784954d4ef88a3865ca Mon Sep 17 00:00:00 2001 From: Maciej Szlosarczyk Date: Mon, 1 Apr 2019 14:45:55 +0300 Subject: [PATCH] Keep whois schema up to date with actual whois schema --- db/whois_schema.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/db/whois_schema.rb b/db/whois_schema.rb index 2857c62a4..7d3756dc1 100644 --- a/db/whois_schema.rb +++ b/db/whois_schema.rb @@ -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