X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/8b7a06f6d4f3f40fc0b2a2d5debf4b4553cc4ba0..64b24877bdb4b35938e8b691463b78073a4fd31d:/services/api/db/schema.rb diff --git a/services/api/db/schema.rb b/services/api/db/schema.rb index 91d9106870..8ab6f5faf7 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 => 20140317135600) do +ActiveRecord::Schema.define(:version => 20140324024606) do create_table "api_client_authorizations", :force => true do |t| t.string "api_token", :null => false @@ -182,14 +182,16 @@ ActiveRecord::Schema.define(:version => 20140317135600) do t.boolean "running" t.boolean "success" t.string "output" - t.datetime "created_at" - t.datetime "updated_at" + t.datetime "created_at", :null => false + t.datetime "updated_at", :null => false t.string "priority" t.string "is_locked_by_uuid" t.string "log" t.text "tasks_summary" t.text "runtime_constraints" t.boolean "nondeterministic" + t.string "repository" + t.boolean "output_is_persistent", :default => false, :null => false end add_index "jobs", ["created_at"], :name => "index_jobs_on_created_at"