mirror of
https://github.com/internetee/registry.git
synced 2025-07-02 17:23:34 +02:00
Contact - Registrar relation
This commit is contained in:
parent
9519538744
commit
3d652bf85b
11 changed files with 90 additions and 16 deletions
5
db/migrate/20141006130306_add_registrar_to_contacts.rb
Normal file
5
db/migrate/20141006130306_add_registrar_to_contacts.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class AddRegistrarToContacts < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :contacts, :registrar_id, :integer
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue