db/migrate/20121115132252_add_tmp_file_to_build.rb (5 lines of code) (raw):

class AddTmpFileToBuild < ActiveRecord::Migration def change add_column :builds, :tmp_file, :string end end