Merge branch 'origin-2939-re-run-job-button' into 2882-job-process-stats
[arvados.git] / services / api / db / schema.rb
index b987a4f9adf62cc9820378c0dab433443e9c4054..1ef80ab670389f3a7f87bc9e9581e44cd618a656 100644 (file)
@@ -11,9 +11,8 @@
 #
 # It's strongly recommended to check this file into your version control system.
 
-ActiveRecord::Schema.define(:version => 20140528143351) do
-
 
+ActiveRecord::Schema.define(:version => 20140602143352) do
 
   create_table "api_client_authorizations", :force => true do |t|
     t.string   "api_token",                                           :null => false
@@ -77,7 +76,6 @@ ActiveRecord::Schema.define(:version => 20140528143351) do
     t.string   "modified_by_user_uuid"
     t.datetime "modified_at"
     t.string   "portable_data_hash"
-    t.string   "name"
     t.integer  "redundancy"
     t.string   "redundancy_confirmed_by_client_uuid"
     t.datetime "redundancy_confirmed_at"
@@ -196,6 +194,7 @@ ActiveRecord::Schema.define(:version => 20140528143351) do
     t.boolean  "nondeterministic"
     t.string   "repository"
     t.boolean  "output_is_persistent",     :default => false, :null => false
+    t.string   "supplied_script_version"
   end
 
   add_index "jobs", ["created_at"], :name => "index_jobs_on_created_at"