mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 01:47:18 +02:00
Domain statuses import
This commit is contained in:
parent
888d38486f
commit
b11c6cbc7c
8 changed files with 111 additions and 27 deletions
|
@ -148,6 +148,7 @@ ActiveRecord::Schema.define(version: 20150330083700) do
|
|||
t.string "ds_digest"
|
||||
t.string "creator_str"
|
||||
t.string "updator_str"
|
||||
t.integer "legacy_domain_id"
|
||||
end
|
||||
|
||||
create_table "domain_contacts", force: :cascade do |t|
|
||||
|
@ -160,6 +161,7 @@ ActiveRecord::Schema.define(version: 20150330083700) do
|
|||
t.string "creator_str"
|
||||
t.string "updator_str"
|
||||
t.string "type"
|
||||
t.integer "legacy_domain_id"
|
||||
end
|
||||
|
||||
create_table "domain_statuses", force: :cascade do |t|
|
||||
|
@ -168,6 +170,7 @@ ActiveRecord::Schema.define(version: 20150330083700) do
|
|||
t.string "value"
|
||||
t.string "creator_str"
|
||||
t.string "updator_str"
|
||||
t.integer "legacy_domain_id"
|
||||
end
|
||||
|
||||
create_table "domain_transfers", force: :cascade do |t|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue