mirror of
https://github.com/internetee/registry.git
synced 2025-06-07 13:15:40 +02:00
Remove registrant_verifications.domain_name
database column
It is not used nor needed.
This commit is contained in:
parent
b4be9e7f00
commit
6fd172adbb
7 changed files with 8 additions and 7 deletions
|
@ -26,7 +26,6 @@ module Admin
|
|||
# steal token
|
||||
token = @domain.registrant_verification_token
|
||||
@registrant_verification = RegistrantVerification.new(domain_id: @domain.id,
|
||||
domain_name: @domain.name,
|
||||
verification_token: token)
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue