X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f92654c53d54dac198078d42d810b65383179073..fd6df03fd625fe0f9126205ab324df8533fdcc79:/services/api/db/migrate/20170328215436_add_portable_data_hash_index_to_collections.rb?ds=sidebyside diff --git a/services/api/db/migrate/20170328215436_add_portable_data_hash_index_to_collections.rb b/services/api/db/migrate/20170328215436_add_portable_data_hash_index_to_collections.rb index 01ebad5394..c9b0a8ea99 100644 --- a/services/api/db/migrate/20170328215436_add_portable_data_hash_index_to_collections.rb +++ b/services/api/db/migrate/20170328215436_add_portable_data_hash_index_to_collections.rb @@ -1,3 +1,7 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + class AddPortableDataHashIndexToCollections < ActiveRecord::Migration def change add_index :collections, :portable_data_hash