mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 19:20:37 +02:00
Merge pull request #1431 from internetee/remove-unused-db-column
Remove `registrant_verifications.domain_name` database column
This commit is contained in:
commit
2547ce6eba
7 changed files with 8 additions and 7 deletions
|
@ -11,7 +11,7 @@ class RegistrantVerification < ApplicationRecord
|
|||
|
||||
belongs_to :domain
|
||||
|
||||
validates :verification_token, :domain_name, :domain, :action, :action_type, presence: true
|
||||
validates :verification_token, :domain, :action, :action_type, presence: true
|
||||
|
||||
def domain_registrant_change_confirm!(initiator)
|
||||
self.action_type = DOMAIN_REGISTRANT_CHANGE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue