mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 08:52:04 +02:00
Added contact rem support and updated domain errors
This commit is contained in:
parent
4c503b6c1a
commit
1637d6beb8
4 changed files with 279 additions and 34 deletions
|
@ -297,8 +297,12 @@ ActiveRecord::Schema.define(version: 20150428075052) do
|
|||
t.integer "legacy_id"
|
||||
t.integer "legacy_registrar_id"
|
||||
t.integer "legacy_registrant_id"
|
||||
t.datetime "outzone_at"
|
||||
t.datetime "delete_at"
|
||||
end
|
||||
|
||||
add_index "domains", ["delete_at"], name: "index_domains_on_delete_at", using: :btree
|
||||
add_index "domains", ["outzone_at"], name: "index_domains_on_outzone_at", using: :btree
|
||||
add_index "domains", ["registrant_id"], name: "index_domains_on_registrant_id", using: :btree
|
||||
add_index "domains", ["registrar_id"], name: "index_domains_on_registrar_id", using: :btree
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue