X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6eb3d1fb8fe71623fa63da46c250184cf2e4fbb8..4a27ec5683273596d797e84924c4c583cfc53560:/services/api/db/migrate/20150317132720_add_username_to_users.rb diff --git a/services/api/db/migrate/20150317132720_add_username_to_users.rb b/services/api/db/migrate/20150317132720_add_username_to_users.rb index de2fc9648b..cb27515a17 100644 --- a/services/api/db/migrate/20150317132720_add_username_to_users.rb +++ b/services/api/db/migrate/20150317132720_add_username_to_users.rb @@ -1,7 +1,11 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + require 'has_uuid' require 'kind_and_etag' -class AddUsernameToUsers < ActiveRecord::Migration +class AddUsernameToUsers < ActiveRecord::Migration[4.2] include CurrentApiClient SEARCH_INDEX_COLUMNS =