X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/659a8c75c837ec30e2f9fb6f1a1859b625626c3e..415910149bed2eef6ae818b7c059d413934df06e:/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 =