X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/65e339856daf4b5c3a4a810cd3a5f1a8e386dc8c..86a78a669f01d15ec8fa5da8a3dfa29f5ef28128:/services/api/db/migrate/20170419173712_add_object_owner_index_to_logs.rb diff --git a/services/api/db/migrate/20170419173712_add_object_owner_index_to_logs.rb b/services/api/db/migrate/20170419173712_add_object_owner_index_to_logs.rb index 8da78fed8f..c02b469ef2 100644 --- a/services/api/db/migrate/20170419173712_add_object_owner_index_to_logs.rb +++ b/services/api/db/migrate/20170419173712_add_object_owner_index_to_logs.rb @@ -1,4 +1,8 @@ -class AddObjectOwnerIndexToLogs < ActiveRecord::Migration +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + +class AddObjectOwnerIndexToLogs < ActiveRecord::Migration[4.2] def change add_index :logs, :object_owner_uuid end