summaryrefslogtreecommitdiff
path: root/db/migrate/20111119124303_add_hot_deskable_to_phone.rb
blob: 620fb1b3c663c253080820d6489f274e0f0b9ee7 (plain)
1
2
3
4
5
class AddHotDeskableToPhone < ActiveRecord::Migration
  def change
    add_column :phones, :hot_deskable, :boolean
  end
end