X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/abd564475c86af3359677af700b1d51667fd5c73..d56b21609ddd2e2e096f5c30e991d24aa213f7f4:/services/api/db/migrate/20150317132720_add_username_to_users.rb?ds=sidebyside 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 =