mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 10:16:01 +02:00
Add some new contact fields to registrar
This commit is contained in:
parent
0c16146ebb
commit
65d849cc36
10 changed files with 81 additions and 24 deletions
|
@ -0,0 +1,7 @@
|
|||
class AddMoreFieldsToRegistrar < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :registrars, :phone, :string
|
||||
add_column :registrars, :email, :string
|
||||
add_column :registrars, :billing_email, :string
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue