Merge branch 'master' into wtsi-hgi-8087-arv-cli-request-body-from-file
[arvados.git] / services / api / db / migrate / 20130315183626_add_log_to_jobs.rb
1 class AddLogToJobs < ActiveRecord::Migration
2   def change
3     add_column :jobs, :log, :string
4   end
5 end