From aad51572a6c75a4cbd2d44804b82f634a4ddd732 Mon Sep 17 00:00:00 2001 From: Stefan Wintermeyer Date: Thu, 27 Jun 2013 20:58:33 +0200 Subject: Add the possiblity to search the phone_books in the Switchboard#view --- db/migrate/20130627162201_add_search_activated_to_switchboard.rb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 db/migrate/20130627162201_add_search_activated_to_switchboard.rb (limited to 'db') diff --git a/db/migrate/20130627162201_add_search_activated_to_switchboard.rb b/db/migrate/20130627162201_add_search_activated_to_switchboard.rb new file mode 100644 index 0000000..48916ac --- /dev/null +++ b/db/migrate/20130627162201_add_search_activated_to_switchboard.rb @@ -0,0 +1,5 @@ +class AddSearchActivatedToSwitchboard < ActiveRecord::Migration + def change + add_column :switchboards, :search_activated, :boolean + end +end -- cgit v1.2.3