X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f4ca9ad94a6bb006d1f3c7ba207837f1736d1247..0eb72b526bf8bbb011551ecf019f604e17a534f1:/services/api/db/migrate/20150423145759_no_filenames_in_collection_search_index.rb diff --git a/services/api/db/migrate/20150423145759_no_filenames_in_collection_search_index.rb b/services/api/db/migrate/20150423145759_no_filenames_in_collection_search_index.rb index e8423c10f2..4e1379e2aa 100644 --- a/services/api/db/migrate/20150423145759_no_filenames_in_collection_search_index.rb +++ b/services/api/db/migrate/20150423145759_no_filenames_in_collection_search_index.rb @@ -1,3 +1,7 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + class NoFilenamesInCollectionSearchIndex < ActiveRecord::Migration def up remove_index :collections, :name => 'collections_search_index'