X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a1a9b820c16e5526e99d6d1b576ea53e9bddbc24..b2a40b550fbe5bcf8ae6f05a1448f46d2f4510db:/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 =