Merge branch '2470-doc-refresh'.
[arvados.git] / services / api / db / schema.rb
index 97e6e9c0cd3035b66675f9aa8b9352c1a165d6e1..fe31666694fee6a112b9c0f3af3febb92d3b9ceb 100644 (file)
@@ -11,7 +11,7 @@
 #
 # It's strongly recommended to check this file into your version control system.
 
-ActiveRecord::Schema.define(:version => 20140321191343) do
+ActiveRecord::Schema.define(:version => 20140402001908) do
 
   create_table "api_client_authorizations", :force => true do |t|
     t.string   "api_token",                                           :null => false
@@ -182,8 +182,8 @@ ActiveRecord::Schema.define(:version => 20140321191343) 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"
@@ -191,6 +191,7 @@ ActiveRecord::Schema.define(:version => 20140321191343) do
     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"