summaryrefslogtreecommitdiff
path: root/db/migrate/20130116133243_create_call_routes.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20130116133243_create_call_routes.rb')
-rw-r--r--db/migrate/20130116133243_create_call_routes.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20130116133243_create_call_routes.rb b/db/migrate/20130116133243_create_call_routes.rb
index c2d3f45..c2feda8 100644
--- a/db/migrate/20130116133243_create_call_routes.rb
+++ b/db/migrate/20130116133243_create_call_routes.rb
@@ -1,7 +1,7 @@
class CreateCallRoutes < ActiveRecord::Migration
def self.up
create_table :call_routes do |t|
- t.string :table
+ t.string :routing_table
t.string :name
t.string :endpoint_type
t.integer :endpoint_id