8784: Fix test for latest firefox.
[arvados.git] / services / api / db / migrate / 20140324024606_add_output_is_persistent_to_job.rb
1 class AddOutputIsPersistentToJob < ActiveRecord::Migration
2   def change
3     add_column :jobs, :output_is_persistent, :boolean, null: false, default: false
4   end
5 end