mirror of
https://github.com/internetee/registry.git
synced 2025-08-01 23:42:04 +02:00
Renamed owner_contact to registrant
This commit is contained in:
parent
92f41ebe0b
commit
8cd3dcf551
21 changed files with 126 additions and 812 deletions
|
@ -0,0 +1,5 @@
|
|||
class RenameDomainOwnerToRegistrant < ActiveRecord::Migration
|
||||
def change
|
||||
rename_column :domains, :owner_contact_id, :registrant_id
|
||||
end
|
||||
end
|
|
@ -249,7 +249,7 @@ ActiveRecord::Schema.define(version: 20150416080828) do
|
|||
t.string "status"
|
||||
t.datetime "valid_from"
|
||||
t.datetime "valid_to"
|
||||
t.integer "owner_contact_id"
|
||||
t.integer "registrant_id"
|
||||
t.string "auth_info"
|
||||
t.datetime "created_at"
|
||||
t.datetime "updated_at"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue