X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/1c45ed6a43b01a4f216cf8877b35d9ad18e1c5b5..401c2c71179825e6c3350177c0f46c503d66a061:/services/api/db/migrate/20140421151939_rename_auth_keys_user_index.rb diff --git a/services/api/db/migrate/20140421151939_rename_auth_keys_user_index.rb b/services/api/db/migrate/20140421151939_rename_auth_keys_user_index.rb index 2b057f0897..4cabfacd29 100644 --- a/services/api/db/migrate/20140421151939_rename_auth_keys_user_index.rb +++ b/services/api/db/migrate/20140421151939_rename_auth_keys_user_index.rb @@ -1,4 +1,8 @@ -class RenameAuthKeysUserIndex < ActiveRecord::Migration +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + +class RenameAuthKeysUserIndex < ActiveRecord::Migration[4.2] # Rails' default name for this index is so long, Rails can't modify # the index later, because the autogenerated temporary name exceeds # PostgreSQL's 64-character limit. This migration gives the index