projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
3147: PySDK tests use mock>=1.0 and easier mock side_effect.
[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