Merge branch '15522-arvmount-ops-encoding'
[arvados.git] / services / api / db / migrate / 20130319165853_rename_job_command_to_script.rb
index feea2e183323f53018ef7d05ed8e79f5b62bd4f0..0e8ab5ab0bc4a3ff13e4d08023d275114ddc84d5 100644 (file)
@@ -1,4 +1,8 @@
-class RenameJobCommandToScript < ActiveRecord::Migration
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+class RenameJobCommandToScript < ActiveRecord::Migration[4.2]
   def up
     rename_column :jobs, :command, :script
     rename_column :jobs, :command_parameters, :script_parameters