Merge branch 'master' into 2352-phased-pipeline-instance-state
[arvados.git] / services / api / db / schema.rb
index 53655d2d0b349e40c3cccbbf3c75ac4416f49d80..ab39901db41aea6902ca2c08851277fac018eb67 100644 (file)
@@ -11,7 +11,7 @@
 #
 # It's strongly recommended to check this file into your version control system.
 
-ActiveRecord::Schema.define(:version => 20140325175653) do
+ActiveRecord::Schema.define(:version => 20140422011506) do
 
   create_table "api_client_authorizations", :force => true do |t|
     t.string   "api_token",                                           :null => false
@@ -191,6 +191,7 @@ ActiveRecord::Schema.define(:version => 20140325175653) 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"
@@ -244,6 +245,8 @@ ActiveRecord::Schema.define(:version => 20140325175653) do
     t.string   "head_uuid"
     t.text     "properties"
     t.datetime "updated_at"
+    t.string   "head_kind"
+    t.string   "tail_kind"
   end
 
   add_index "links", ["created_at"], :name => "index_links_on_created_at"
@@ -261,7 +264,7 @@ ActiveRecord::Schema.define(:version => 20140325175653) do
     t.datetime "event_at"
     t.string   "event_type"
     t.text     "summary"
-    t.text     "info"
+    t.text     "properties"
     t.datetime "created_at",              :null => false
     t.datetime "updated_at",              :null => false
     t.datetime "modified_at"
@@ -308,10 +311,12 @@ ActiveRecord::Schema.define(:version => 20140325175653) do
     t.string   "pipeline_template_uuid"
     t.string   "name"
     t.text     "components"
-    t.boolean  "success"
-    t.boolean  "active",                  :default => false
     t.datetime "updated_at"
     t.text     "properties"
+    t.boolean  "active"
+    t.boolean  "success"
+    t.string   "state"
+    t.text     "components_summary"
   end
 
   add_index "pipeline_instances", ["created_at"], :name => "index_pipeline_instances_on_created_at"