14873: Adjusts latest API Server changes to be rails5 worthy.
[arvados.git] / services / api / db / migrate / 20170419175801_add_requesting_container_index_to_container_requests.rb
index edfddffa81904f4c6bc4bb868967ea4bddec7e87..45106399a9c312100992a1022f944841bfdcaf18 100644 (file)
@@ -1,4 +1,8 @@
-class AddRequestingContainerIndexToContainerRequests < ActiveRecord::Migration
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+class AddRequestingContainerIndexToContainerRequests < ActiveRecord::Migration[4.2]
   def change
     add_index :container_requests, :requesting_container_uuid
   end