summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
Diffstat (limited to 'db')
-rw-r--r--db/migrate/20130524140600_add_switchable_to_switchboard_entry.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/db/migrate/20130524140600_add_switchable_to_switchboard_entry.rb b/db/migrate/20130524140600_add_switchable_to_switchboard_entry.rb
new file mode 100644
index 0000000..2e5e46d
--- /dev/null
+++ b/db/migrate/20130524140600_add_switchable_to_switchboard_entry.rb
@@ -0,0 +1,5 @@
+class AddSwitchableToSwitchboardEntry < ActiveRecord::Migration
+ def change
+ add_column :switchboard_entries, :switchable, :boolean
+ end
+end