X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/1c45ed6a43b01a4f216cf8877b35d9ad18e1c5b5..926f71e8481d62a20ff66a834d876713df5fd0c7:/services/api/db/migrate/20140423133559_new_scope_format.rb diff --git a/services/api/db/migrate/20140423133559_new_scope_format.rb b/services/api/db/migrate/20140423133559_new_scope_format.rb index 5b69e95c69..6c1dc74529 100644 --- a/services/api/db/migrate/20140423133559_new_scope_format.rb +++ b/services/api/db/migrate/20140423133559_new_scope_format.rb @@ -1,9 +1,13 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + # At the time we introduced scopes everywhere, VirtualMachinesController # recognized scopes that gave the URL for a VM to grant access to that VM's # login list. This migration converts those VM-specific scopes to the new # general format, and back. -class NewScopeFormat < ActiveRecord::Migration +class NewScopeFormat < ActiveRecord::Migration[4.2] include CurrentApiClient VM_PATH_REGEX =