8784: Fix test for latest firefox.
[arvados.git] / services / api / db / migrate / 20130318002138_add_resource_limits_to_jobs.rb
1 class AddResourceLimitsToJobs < ActiveRecord::Migration
2   def change
3     add_column :jobs, :resource_limits, :text
4   end
5 end