Mercurial > hg > soundsoftware-site
view db/migrate/20101216145813_fix_university_name_in_ssamr_details_table.rb @ 857:a1a87bc044b8 feature_199
Close obsolete branch feature_199
author | Chris Cannam |
---|---|
date | Wed, 13 Jul 2011 11:51:42 +0100 |
parents | f6ea6ffaaeeb |
children |
line wrap: on
line source
class FixUniversityNameInSsamrDetailsTable < ActiveRecord::Migration def self.up rename_column :ssamr_user_details, :university, :institution_id end def self.down # there's no need to rollback the name of this column # because it was not used previously end end