Merge branch '15296-cwl-cancel-procs' closes #15296
[arvados.git] / services / api / db / migrate / 20130218181504_add_properties_to_pipeline_invocations.rb
index 62bb5923d2303b92d6c03c199f0a4530ac0e7efc..fef4a5a5b856c02df72789b794d83af2cbd768ef 100644 (file)
@@ -1,4 +1,8 @@
-class AddPropertiesToPipelineInvocations < ActiveRecord::Migration
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+class AddPropertiesToPipelineInvocations < ActiveRecord::Migration[4.2]
   def change
     add_column :pipeline_invocations, :properties, :text
   end