X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f0bf04abdbb7e4b47be85585fba5789d695bb31e..cdd94fae8d40ad6dcee3de5d36de2d89921fd12d:/services/api/db/schema.rb diff --git a/services/api/db/schema.rb b/services/api/db/schema.rb index 1ef80ab670..1f9b5019ab 100644 --- a/services/api/db/schema.rb +++ b/services/api/db/schema.rb @@ -11,8 +11,9 @@ # # It's strongly recommended to check this file into your version control system. +ActiveRecord::Schema.define(:version => 20140611173003) do + -ActiveRecord::Schema.define(:version => 20140602143352) do create_table "api_client_authorizations", :force => true do |t| t.string "api_token", :null => false @@ -195,6 +196,7 @@ ActiveRecord::Schema.define(:version => 20140602143352) do 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"