Merge branch 'master' into 15106-trgm-text-search
[arvados.git] / services / api / db / migrate / 20170102153111_add_output_name_to_container_request_search_index.rb
index 0bd7c4797d762bbad4c766e8f69e2f828538ccb1..bf54a2313bac6f3a56cbdecbcf3450ca5b03bfaf 100644 (file)
@@ -1,4 +1,8 @@
-class AddOutputNameToContainerRequestSearchIndex < ActiveRecord::Migration
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+class AddOutputNameToContainerRequestSearchIndex < ActiveRecord::Migration[4.2]
   def up
     begin
       remove_index :container_requests, :name => 'container_requests_search_index'