summaryrefslogtreecommitdiff
path: root/db/migrate/20120724131905_add_uuid_to_callthroughs.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20120724131905_add_uuid_to_callthroughs.rb')
-rw-r--r--db/migrate/20120724131905_add_uuid_to_callthroughs.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/db/migrate/20120724131905_add_uuid_to_callthroughs.rb b/db/migrate/20120724131905_add_uuid_to_callthroughs.rb
new file mode 100644
index 0000000..9ec067b
--- /dev/null
+++ b/db/migrate/20120724131905_add_uuid_to_callthroughs.rb
@@ -0,0 +1,6 @@
+class AddUuidToCallthroughs < ActiveRecord::Migration
+ def change
+ add_column :callthroughs, :uuid, :string
+
+ end
+end