mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 09:21:43 +02:00
Basic info_contact command
This commit is contained in:
parent
3c3a8bfb47
commit
8a1a634f37
8 changed files with 75 additions and 10 deletions
5
db/migrate/20140731073300_add_org_name_to_contact.rb
Normal file
5
db/migrate/20140731073300_add_org_name_to_contact.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class AddOrgNameToContact < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :contacts, :org_name, :string
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue