mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 16:32:04 +02:00
Import domain contacts
This commit is contained in:
parent
b11c6cbc7c
commit
0699c38584
6 changed files with 76 additions and 21 deletions
|
@ -162,6 +162,7 @@ ActiveRecord::Schema.define(version: 20150330083700) do
|
|||
t.string "updator_str"
|
||||
t.string "type"
|
||||
t.integer "legacy_domain_id"
|
||||
t.integer "legacy_contact_id"
|
||||
end
|
||||
|
||||
create_table "domain_statuses", force: :cascade do |t|
|
||||
|
@ -201,11 +202,13 @@ ActiveRecord::Schema.define(version: 20150330083700) do
|
|||
t.string "name_dirty"
|
||||
t.string "name_puny"
|
||||
t.integer "period"
|
||||
t.string "period_unit", limit: 1
|
||||
t.string "period_unit", limit: 1
|
||||
t.string "creator_str"
|
||||
t.string "updator_str"
|
||||
t.text "whois_body"
|
||||
t.integer "legacy_id"
|
||||
t.integer "legacy_registrar_id"
|
||||
t.integer "legacy_registrant_id"
|
||||
end
|
||||
|
||||
create_table "epp_sessions", force: :cascade do |t|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue