Merge branch '15522-arvmount-ops-encoding'
[arvados.git] / services / api / db / migrate / 20140317135600_add_nondeterministic_column_to_job.rb
index 574001b91e66ec5ea93fca6e158209343c49fe48..e2febf85a9084ca2c3f4dc4b3e9e63b1ee2508e1 100644 (file)
@@ -1,4 +1,8 @@
-class AddNondeterministicColumnToJob < ActiveRecord::Migration
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+class AddNondeterministicColumnToJob < ActiveRecord::Migration[4.2]
   def up
     add_column :jobs, :nondeterministic, :boolean
   end