summaryrefslogtreecommitdiff
path: root/db/migrate/20130730080331_add_forwarding_path_to_cdrs.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20130730080331_add_forwarding_path_to_cdrs.rb')
-rw-r--r--db/migrate/20130730080331_add_forwarding_path_to_cdrs.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/db/migrate/20130730080331_add_forwarding_path_to_cdrs.rb b/db/migrate/20130730080331_add_forwarding_path_to_cdrs.rb
new file mode 100644
index 0000000..7954868
--- /dev/null
+++ b/db/migrate/20130730080331_add_forwarding_path_to_cdrs.rb
@@ -0,0 +1,5 @@
+class AddForwardingPathToCdrs < ActiveRecord::Migration
+ def change
+ add_column :cdrs, :forwarding_path, :string
+ end
+end