diff options
author | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-01-18 08:11:56 +0100 |
---|---|---|
committer | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-01-18 08:11:56 +0100 |
commit | 73c9984510d572030329d967e44c6adb00d98613 (patch) | |
tree | f4e4d52c647e21c9f98d617e903d05aa72fdc130 /db/migrate/20130116133243_create_call_routes.rb | |
parent | 17206a20e5bcb44fa4d90f0e176f7aa0fe43bca3 (diff) |
Clean up mess which was created by renaming :table to :routing_table.
Diffstat (limited to 'db/migrate/20130116133243_create_call_routes.rb')
-rw-r--r-- | db/migrate/20130116133243_create_call_routes.rb | 2 |
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 |