Merge branch '15286-fixes'
[arvados.git] / services / api / db / migrate / 20141208185217_search_index.rb
index 22f47886799e3043f764d8909ff41c113e610b83..abea1915facdaa9bde473798773a3a5e0f2bee7c 100644 (file)
@@ -1,4 +1,8 @@
-class SearchIndex < ActiveRecord::Migration
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+class SearchIndex < ActiveRecord::Migration[4.2]
   def tables_with_searchable_columns
     {
       "api_client_authorizations" => ["api_token", "created_by_ip_address", "last_used_by_ip_address", "default_owner_uuid"],