mirror of
https://github.com/internetee/registry.git
synced 2025-07-19 17:25:57 +02:00
Added basic Registrant portal
This commit is contained in:
parent
90633160c0
commit
fdcad95683
28 changed files with 810 additions and 26 deletions
|
@ -0,0 +1,6 @@
|
|||
class AddRegistrantVerificationToken < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :domains, :registrant_verification_token, :string
|
||||
add_index :domains, :registrant_verification_token
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue