Merge branch '2375-log-table' into master
[arvados.git] / services / api / db / schema.rb
index 5c2fe2925de476ee77e8efe26004f736d5eab47a..2ef90d27322bc0cf7e52d3651b78d0925f619818 100644 (file)
 #
 # It's strongly recommended to check this file into your version control system.
 
-ActiveRecord::Schema.define(:version => 20140324024606) do
+ActiveRecord::Schema.define(:version => 20140407184311) do
 
   create_table "api_client_authorizations", :force => true do |t|
-    t.string   "api_token",                                           :null => false
-    t.integer  "api_client_id",                                       :null => false
-    t.integer  "user_id",                                             :null => false
+    t.string   "api_token",                                             :null => false
+    t.integer  "api_client_id",                                         :null => false
+    t.integer  "user_id",                                               :null => false
     t.string   "created_by_ip_address"
     t.string   "last_used_by_ip_address"
     t.datetime "last_used_at"
     t.datetime "expires_at"
-    t.datetime "created_at",                                          :null => false
-    t.datetime "updated_at",                                          :null => false
+    t.datetime "created_at",                                            :null => false
+    t.datetime "updated_at",                                            :null => false
     t.string   "default_owner_uuid"
     t.text     "scopes",                  :default => "---\n- all\n", :null => false
   end
@@ -189,6 +189,8 @@ ActiveRecord::Schema.define(:version => 20140324024606) do
     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
 
@@ -265,7 +267,7 @@ ActiveRecord::Schema.define(:version => 20140324024606) 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"