mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 01:33:36 +02:00
Added whois_body
This commit is contained in:
parent
eb2d7481c7
commit
39fad4515c
10 changed files with 73 additions and 20 deletions
|
@ -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|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue