1
0
Fork 0
MSU-Course-Alerter/db/migrate/20130412012722_add_sections_to_alerts.rb

6 lines
116 B
Ruby
Raw Normal View History

2013-04-11 21:30:02 -04:00
class AddSectionsToAlerts < ActiveRecord::Migration
def change
add_column :alerts, :sections, :text
end
end