X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/7df2da959b583d3646b9fde606f9e74d598d4bb9..7e88a950d4fdbc2790e6164aa7d947b491419f21:/services/api/db/schema.rb diff --git a/services/api/db/schema.rb b/services/api/db/schema.rb index b026dff554..1f9b5019ab 100644 --- a/services/api/db/schema.rb +++ b/services/api/db/schema.rb @@ -11,7 +11,7 @@ # # It's strongly recommended to check this file into your version control system. -ActiveRecord::Schema.define(:version => 20140602143352) do +ActiveRecord::Schema.define(:version => 20140611173003) do @@ -195,6 +195,8 @@ ActiveRecord::Schema.define(:version => 20140602143352) do t.boolean "nondeterministic" t.string "repository" t.boolean "output_is_persistent", :default => false, :null => false + t.string "supplied_script_version" + t.string "docker_image_locator" end add_index "jobs", ["created_at"], :name => "index_jobs_on_created_at"