14873: Adjusts latest API Server changes to be rails5 worthy.
[arvados.git] / services / api / db / migrate / 20161115174218_add_output_and_log_uuids_to_container_request_search_index.rb
index b069d02fb02b77f00764da18ee0744f01e6099f2..c5286d6283c3b7bec96c38ab024e2189e8182630 100644 (file)
@@ -1,4 +1,8 @@
-class AddOutputAndLogUuidsToContainerRequestSearchIndex < ActiveRecord::Migration
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+class AddOutputAndLogUuidsToContainerRequestSearchIndex < ActiveRecord::Migration[4.2]
   def up
     begin
       remove_index :container_requests, :name => 'container_requests_search_index'