Merge branch '15296-cwl-cancel-procs' closes #15296
[arvados.git] / services / api / db / migrate / 20140117231056_normalize_collection_uuid.rb
index b26c0a8f2f3a244b913f0d722ec2389eb0c69359..b9e933e2bff83f20f5386071d52a0d9bfa698ec8 100644 (file)
@@ -1,4 +1,8 @@
-class NormalizeCollectionUuid < ActiveRecord::Migration
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+class NormalizeCollectionUuid < ActiveRecord::Migration[4.2]
   def count_orphans
     %w(head tail).each do |ht|
       results = ActiveRecord::Base.connection.execute(<<-EOS)