Merge branch '2986-arv-edit' closes #2986
[arvados.git] / services / api / db / schema.rb
index b026dff554e0064820665af8e23b35240465fa44..1f9b5019ab60a528ba72434d4d91190783195bef 100644 (file)
@@ -11,7 +11,7 @@
 #
 # It's strongly recommended to check this file into your version control system.
 
-ActiveRecord::Schema.define(:version => 20140602143352) do
+ActiveRecord::Schema.define(:version => 20140611173003) do
 
 
 
@@ -195,6 +195,8 @@ ActiveRecord::Schema.define(:version => 20140602143352) do
     t.boolean  "nondeterministic"
     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"