mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 08:52:04 +02:00
Contact statuses and update_contact modified
This commit is contained in:
parent
c089544eae
commit
9c4f0a63a0
6 changed files with 107 additions and 3 deletions
10
db/migrate/20141216075056_create_contact_statuses.rb
Normal file
10
db/migrate/20141216075056_create_contact_statuses.rb
Normal file
|
@ -0,0 +1,10 @@
|
|||
class CreateContactStatuses < ActiveRecord::Migration
|
||||
def change
|
||||
create_table :contact_statuses do |t|
|
||||
t.string :value
|
||||
t.string :description
|
||||
t.belongs_to :contact
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue