summaryrefslogtreecommitdiff
path: root/db/migrate/20130524140600_add_switchable_to_switchboard_entry.rb
blob: 2e5e46d126ce7a7d5ea88fe16c8d50d00fa12e4d (plain)
1
2
3
4
5
class AddSwitchableToSwitchboardEntry < ActiveRecord::Migration
  def change
    add_column :switchboard_entries, :switchable, :boolean
  end
end