ref: master
plugins/stoa/db/migrate/20120301212702_add_usp_id_to_profile.rb
1 2 3 4 5 6 7 8 9
class AddUspIdToProfile < ActiveRecord::Migration def self.up add_column :profiles, :usp_id, :string end def self.down remove_column :profiles, :usp_id end end