Added whois_body

This commit is contained in:
Priit Tark 2015-02-03 10:34:12 +02:00
parent eb2d7481c7
commit 39fad4515c
10 changed files with 73 additions and 20 deletions

View file

@ -11,7 +11,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 20150202084444) do
ActiveRecord::Schema.define(version: 20150203074508) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@ -199,6 +199,7 @@ ActiveRecord::Schema.define(version: 20150202084444) do
t.string "period_unit", limit: 1
t.string "creator_str"
t.string "updator_str"
t.text "whois_body"
end
create_table "epp_sessions", force: :cascade do |t|