mirror of
https://github.com/internetee/registry.git
synced 2025-08-02 16:02:03 +02:00
Registrant change now requires EPP verify attribute
This commit is contained in:
parent
7d0365974e
commit
d72cbc20f5
21 changed files with 318 additions and 29 deletions
5
db/migrate/20150515103222_add_pending_requests.rb
Normal file
5
db/migrate/20150515103222_add_pending_requests.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class AddPendingRequests < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :domains, :pending_json, :json
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue