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

6 lines
116 B
Ruby

class AddSectionsToAlerts < ActiveRecord::Migration
def change
add_column :alerts, :sections, :text
end
end