mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 06:34:46 +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
|
@ -0,0 +1,5 @@
|
|||
class RemoveRegistrantVerificationsDomainName < ActiveRecord::Migration[5.0]
|
||||
def change
|
||||
remove_column :registrant_verifications, :domain_name
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue