mirror of
https://github.com/internetee/registry.git
synced 2025-07-26 04:28:27 +02:00
Refactored whois from domain into whois body
This commit is contained in:
parent
920b3e71e0
commit
3d0d98d9b1
7 changed files with 204 additions and 51 deletions
5
db/migrate/20150421134820_add_whosi_json_body.rb
Normal file
5
db/migrate/20150421134820_add_whosi_json_body.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class AddWhosiJsonBody < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :domains, :whois_json, :json
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue