X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/bb45025e80abc00f8da524d9a78c0bab976d4f3a..0a72fd5c9f764eba4fc295d8beb24ac3d01885c5:/services/api/db/schema.rb diff --git a/services/api/db/schema.rb b/services/api/db/schema.rb index e2301e5be9..fc8e43601e 100644 --- a/services/api/db/schema.rb +++ b/services/api/db/schema.rb @@ -11,7 +11,7 @@ # # It's strongly recommended to check this file into your version control system. -ActiveRecord::Schema.define(:version => 20140407184311) do +ActiveRecord::Schema.define(:version => 20140423132913) do create_table "api_client_authorizations", :force => true do |t| t.string "api_token", :null => false @@ -268,6 +268,7 @@ ActiveRecord::Schema.define(:version => 20140407184311) do t.datetime "created_at", :null => false t.datetime "updated_at", :null => false t.datetime "modified_at" + t.string "object_owner_uuid" end add_index "logs", ["created_at"], :name => "index_logs_on_created_at"