Merge branch '15964-fix-docs' refs #15964
[arvados.git] / services / api / db / migrate / 20150423145759_no_filenames_in_collection_search_index.rb
index e8423c10f2ac86623f36b6b156d1c5a73d38d697..1930f1332da09f33767f3cf9b636964e8599e6ec 100644 (file)
@@ -1,4 +1,8 @@
-class NoFilenamesInCollectionSearchIndex < ActiveRecord::Migration
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+class NoFilenamesInCollectionSearchIndex < ActiveRecord::Migration[4.2]
   def up
     remove_index :collections, :name => 'collections_search_index'
     add_index :collections, ["owner_uuid", "modified_by_client_uuid", "modified_by_user_uuid", "portable_data_hash", "uuid", "name"], name: 'collections_search_index'