summaryrefslogtreecommitdiff
path: root/db/migrate/20130701084803_add_reverse_lookup_to_switchboard.rb
blob: e16e8e268221f6ead618d3098027a07273f44949 (plain)
1
2
3
4
5
class AddReverseLookupToSwitchboard < ActiveRecord::Migration
  def change
    add_column :switchboards, :reverse_lookup_activated, :boolean
  end
end