Merge branch '15522-arvmount-ops-encoding'
[arvados.git] / services / api / db / migrate / 20140324024606_add_output_is_persistent_to_job.rb
index 04a03c0439e2c7317ce997d9bf3500fc9a030129..04a94d8e82f92b89cf0dfc1990b02a4f2bc8b3c7 100644 (file)
@@ -1,4 +1,8 @@
-class AddOutputIsPersistentToJob < ActiveRecord::Migration
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+class AddOutputIsPersistentToJob < ActiveRecord::Migration[4.2]
   def change
     add_column :jobs, :output_is_persistent, :boolean, null: false, default: false
   end