X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/e2a7fe50d3b6e98b7f549c78c4f91dbe4066ddbb..df91e9651a0075415a257be97f0a92be061141d3:/services/api/db/schema.rb diff --git a/services/api/db/schema.rb b/services/api/db/schema.rb index b987a4f9ad..256fa3977e 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 => 20140528143351) do +ActiveRecord::Schema.define(:version => 20140627210837) do @@ -77,7 +77,6 @@ ActiveRecord::Schema.define(:version => 20140528143351) do t.string "modified_by_user_uuid" t.datetime "modified_at" t.string "portable_data_hash" - t.string "name" t.integer "redundancy" t.string "redundancy_confirmed_by_client_uuid" t.datetime "redundancy_confirmed_at" @@ -196,6 +195,8 @@ ActiveRecord::Schema.define(:version => 20140528143351) 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"