X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/4d3a1c5346c99da360af58f1932b8f7a2ba87723..26446197bb00d7f899673b7f9434e6bd622b8904:/services/api/db/schema.rb diff --git a/services/api/db/schema.rb b/services/api/db/schema.rb index 4d638b5430..97e6e9c0cd 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 => 20140319160547) do +ActiveRecord::Schema.define(:version => 20140321191343) do create_table "api_client_authorizations", :force => true do |t| t.string "api_token", :null => false @@ -190,6 +190,7 @@ ActiveRecord::Schema.define(:version => 20140319160547) do t.text "tasks_summary" t.text "runtime_constraints" t.boolean "nondeterministic" + t.string "repository" end add_index "jobs", ["created_at"], :name => "index_jobs_on_created_at"