diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/migrate/20130701084803_add_reverse_lookup_to_switchboard.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/db/migrate/20130701084803_add_reverse_lookup_to_switchboard.rb b/db/migrate/20130701084803_add_reverse_lookup_to_switchboard.rb new file mode 100644 index 0000000..e16e8e2 --- /dev/null +++ b/db/migrate/20130701084803_add_reverse_lookup_to_switchboard.rb @@ -0,0 +1,5 @@ +class AddReverseLookupToSwitchboard < ActiveRecord::Migration + def change + add_column :switchboards, :reverse_lookup_activated, :boolean + end +end |