X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b91db14a4dced9d6ea124e86be3c796e6f2c8e8c..4a27ec5683273596d797e84924c4c583cfc53560:/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