X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/964ab3dd90ff1508efc0c77378cde2b3a4da1029..HEAD:/services/api/db/migrate/20130319165853_rename_job_command_to_script.rb diff --git a/services/api/db/migrate/20130319165853_rename_job_command_to_script.rb b/services/api/db/migrate/20130319165853_rename_job_command_to_script.rb index feea2e1833..0e8ab5ab0b 100644 --- a/services/api/db/migrate/20130319165853_rename_job_command_to_script.rb +++ b/services/api/db/migrate/20130319165853_rename_job_command_to_script.rb @@ -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