X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f4ca9ad94a6bb006d1f3c7ba207837f1736d1247..442a871e7f3476938d0ebb3adbe3b9a7742f03ad:/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