Merge branch '15296-cwl-cancel-procs' closes #15296
[arvados.git] / services / api / db / migrate / 20170419173712_add_object_owner_index_to_logs.rb
index 8da78fed8fc2d0d520da7ecde41e93f08da8a120..c02b469ef29d0bec60af45f7a8372fa9b45f6030 100644 (file)
@@ -1,4 +1,8 @@
-class AddObjectOwnerIndexToLogs < ActiveRecord::Migration
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+class AddObjectOwnerIndexToLogs < ActiveRecord::Migration[4.2]
   def change
     add_index :logs, :object_owner_uuid
   end