20150320192325_add_fields_to_profiles.rb 180 Bytes
class AddFieldsToProfiles < ActiveRecord::Migration
  def change
    add_column :profiles, :sash_id, :integer
    add_column :profiles, :level,   :integer, :default => 0
  end
end