rename more foreign uuid attributes
[arvados.git] / services / api / db / schema.rb
index 37a9586c901377eca89a8b72b6a3edb3c32c01e2..80325d2eeefa212b195dfe8c97a99fe8da8c95e2 100644 (file)
@@ -11,7 +11,7 @@
 #
 # It's strongly recommended to check this file into your version control system.
 
-ActiveRecord::Schema.define(:version => 20130708163414) do
+ActiveRecord::Schema.define(:version => 20130708182912) do
 
   create_table "api_client_authorizations", :force => true do |t|
     t.string   "api_token",               :null => false
@@ -173,8 +173,8 @@ ActiveRecord::Schema.define(:version => 20130708163414) do
     t.string   "script"
     t.string   "script_version"
     t.text     "script_parameters"
-    t.string   "cancelled_by_client"
-    t.string   "cancelled_by_user"
+    t.string   "cancelled_by_client_uuid"
+    t.string   "cancelled_by_user_uuid"
     t.datetime "cancelled_at"
     t.datetime "started_at"
     t.datetime "finished_at"