From cea2cc3c1cc1e48fc4600c698d52dfda2bde4505 Mon Sep 17 00:00:00 2001 From: Stefan Wintermeyer Date: Wed, 3 Apr 2013 22:08:19 +0200 Subject: Massive changes to the switchboard. --- db/migrate/20130403200754_add_reload_timer_to_switchboard.rb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 db/migrate/20130403200754_add_reload_timer_to_switchboard.rb (limited to 'db/migrate/20130403200754_add_reload_timer_to_switchboard.rb') diff --git a/db/migrate/20130403200754_add_reload_timer_to_switchboard.rb b/db/migrate/20130403200754_add_reload_timer_to_switchboard.rb new file mode 100644 index 0000000..8689c5f --- /dev/null +++ b/db/migrate/20130403200754_add_reload_timer_to_switchboard.rb @@ -0,0 +1,7 @@ +class AddReloadTimerToSwitchboard < ActiveRecord::Migration + def change + add_column :switchboards, :reload_interval, :integer + add_column :switchboards, :show_avatars, :boolean + add_column :switchboards, :entry_width, :integer + end +end -- cgit v1.2.3