X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2d4263c16812a906589cbc13be26535a85691bd8..b43cf1d3398b7004ada50e053ae235b814c9aa70:/services/api/db/migrate/20130319165853_rename_job_command_to_script.rb?ds=sidebyside 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..8606698b60 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,3 +1,7 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + class RenameJobCommandToScript < ActiveRecord::Migration def up rename_column :jobs, :command, :script