X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/060d38d627bd1e51dd2b3c6e7de9af6aa7d7b6f3..d0cdf85679a85998885c154d69dd317bd3396d7c:/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 44ae7e5ef9..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 @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: AGPL-3.0 -class AddObjectOwnerIndexToLogs < ActiveRecord::Migration +class AddObjectOwnerIndexToLogs < ActiveRecord::Migration[4.2] def change add_index :logs, :object_owner_uuid end