X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/43773cb247a1fb744b57070b715bfa5d53a00822..bad2728b2ed147badcd67ff0d21be20d17f0c9ea:/services/api/db/migrate/20130319201431_rename_job_steps_to_job_tasks.rb diff --git a/services/api/db/migrate/20130319201431_rename_job_steps_to_job_tasks.rb b/services/api/db/migrate/20130319201431_rename_job_steps_to_job_tasks.rb index f251d184f0..96f3ff28a0 100644 --- a/services/api/db/migrate/20130319201431_rename_job_steps_to_job_tasks.rb +++ b/services/api/db/migrate/20130319201431_rename_job_steps_to_job_tasks.rb @@ -1,4 +1,8 @@ -class RenameJobStepsToJobTasks < ActiveRecord::Migration +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + +class RenameJobStepsToJobTasks < ActiveRecord::Migration[4.2] def up rename_table :job_steps, :job_tasks rename_index :job_tasks, :index_job_steps_on_created_at, :index_job_tasks_on_created_at