mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 08:22:05 +02:00
Added whois_body
This commit is contained in:
parent
eb2d7481c7
commit
39fad4515c
10 changed files with 73 additions and 20 deletions
5
db/migrate/20150203074508_add_whois_body.rb
Normal file
5
db/migrate/20150203074508_add_whois_body.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class AddWhoisBody < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :domains, :whois_body, :text
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue