Merge branch 'master' into 15106-trgm-text-search
[arvados.git] / services / api / db / migrate / 20170328215436_add_portable_data_hash_index_to_collections.rb
index 01ebad5394f8582b82432197ef16888d1b15c2dc..c94f33133a41abe352054a59c58108f8cf9a08d6 100644 (file)
@@ -1,4 +1,8 @@
-class AddPortableDataHashIndexToCollections < ActiveRecord::Migration
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+class AddPortableDataHashIndexToCollections < ActiveRecord::Migration[4.2]
   def change
     add_index :collections, :portable_data_hash
   end