summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 60bc7f5..1895257 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -150,16 +150,15 @@ ActiveRecord::Schema.define(:version => 20130225160423) do
t.boolean "active"
t.datetime "created_at", :null => false
t.datetime "updated_at", :null => false
- t.integer "phone_number_id"
t.integer "depth"
t.string "call_forwardable_type"
t.integer "call_forwardable_id"
t.integer "position"
t.string "uuid"
+ t.string "destinationable_type"
+ t.integer "destinationable_id"
end
- add_index "call_forwards", ["phone_number_id"], :name => "index_call_forwards_on_phone_number_id"
-
create_table "call_histories", :force => true do |t|
t.string "call_historyable_type"
t.integer "call_historyable_id"