Merge branch '15296-cwl-cancel-procs' closes #15296
[arvados.git] / services / api / db / migrate / 20180514135529_add_container_auth_uuid_index.rb
index 56cafea2c017083a6f86e0299983e7228cfcd372..9911be4bf1807c971514949a741bee35aeacb15c 100644 (file)
@@ -1,4 +1,8 @@
-class AddContainerAuthUuidIndex < ActiveRecord::Migration
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+class AddContainerAuthUuidIndex < ActiveRecord::Migration[4.2]
   def change
     add_index :containers, :auth_uuid
   end