summaryrefslogtreecommitdiff
path: root/db/migrate/20111119124303_add_hot_deskable_to_phone.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20111119124303_add_hot_deskable_to_phone.rb')
-rw-r--r--db/migrate/20111119124303_add_hot_deskable_to_phone.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/db/migrate/20111119124303_add_hot_deskable_to_phone.rb b/db/migrate/20111119124303_add_hot_deskable_to_phone.rb
new file mode 100644
index 0000000..620fb1b
--- /dev/null
+++ b/db/migrate/20111119124303_add_hot_deskable_to_phone.rb
@@ -0,0 +1,5 @@
+class AddHotDeskableToPhone < ActiveRecord::Migration
+ def change
+ add_column :phones, :hot_deskable, :boolean
+ end
+end