X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/d843787b4ece9952597d7814cbf10fb383c72625..35db495717a628e0a6ef52a453b8d8ced793c41b:/services/api/db/migrate/20150303210106_fix_collection_portable_data_hash_with_hinted_manifest.rb?ds=sidebyside diff --git a/services/api/db/migrate/20150303210106_fix_collection_portable_data_hash_with_hinted_manifest.rb b/services/api/db/migrate/20150303210106_fix_collection_portable_data_hash_with_hinted_manifest.rb index ee6865fbf0..8814fc87d3 100644 --- a/services/api/db/migrate/20150303210106_fix_collection_portable_data_hash_with_hinted_manifest.rb +++ b/services/api/db/migrate/20150303210106_fix_collection_portable_data_hash_with_hinted_manifest.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 FixCollectionPortableDataHashWithHintedManifest < ActiveRecord::Migration +class FixCollectionPortableDataHashWithHintedManifest < ActiveRecord::Migration[4.2] include CurrentApiClient class ArvadosModel < ActiveRecord::Base