osem-fcy/db/migrate/20140528084706_add_description_to_conference.rb
Gopesh Tulsyan b3d719829e Added description to conference and program segment to splash
removed id from program partial
2014-05-29 23:57:35 +05:30

5 lines
131 B
Ruby

class AddDescriptionToConference < ActiveRecord::Migration
def change
add_column :conferences, :description, :text
end
end